summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json12
1 files changed, 0 insertions, 12 deletions
diff --git a/tsconfig.json b/tsconfig.json
deleted file mode 100644
index f2a02f2..0000000
--- a/tsconfig.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "compilerOptions": {
- "target": "esnext",
- "module": "commonjs",
- "outDir": "./dist",
- "rootDir": "./source",
- "strict": true,
- "esModuleInterop": true,
- "skipLibCheck": true,
- "forceConsistentCasingInFileNames": true
- }
-}