summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
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