aboutsummaryrefslogtreecommitdiff
path: root/src/view/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/tsconfig.json')
-rw-r--r--src/view/tsconfig.json13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/view/tsconfig.json b/src/view/tsconfig.json
deleted file mode 100644
index 1e07c37..0000000
--- a/src/view/tsconfig.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "compilerOptions": {
- "module": "amd",
- "target": "es2020",
- "baseUrl": "client",
- "outFile": "public/main.js",
- "noImplicitAny": true,
- "strictNullChecks": true,
- "removeComments": true,
- "preserveConstEnums": true
- },
- "include": ["client/**/*"]
-}