summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2025-04-18 18:48:20 +0300
committerAsko Nõmm <asko@nmm.ee>2025-04-18 18:48:20 +0300
commit3014ce30b733d16cbf79f8e066a30db245e6c59d (patch)
treee4a808d58aebbe4c7da31d9ae8a2ffc4b189ce7c /tsconfig.json
parentdd6adf7febf45aa72e9754f13059d40648114027 (diff)
Refactor to use Deno for everything.
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json23
1 files changed, 0 insertions, 23 deletions
diff --git a/tsconfig.json b/tsconfig.json
deleted file mode 100644
index 8f386d7..0000000
--- a/tsconfig.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "include": ["src"],
- "compilerOptions": {
- "module": "NodeNext",
- "target": "esnext",
- "moduleResolution": "nodenext",
- "allowImportingTsExtensions": true,
- "noEmit": true,
- "declaration": true,
- "skipLibCheck": true,
- "rootDir": "src",
- "sourceMap": true,
- "outDir": "dist",
- "strict": true,
- "esModuleInterop": true,
- "exactOptionalPropertyTypes": true,
- "lib": [
- "esnext",
- "webworker"
- ],
- "types": ["vitest/globals"]
- }
-} \ No newline at end of file