aboutsummaryrefslogtreecommitdiff
path: root/src/view/tsconfig.json
diff options
context:
space:
mode:
authorJoris2023-09-17 12:23:47 +0200
committerJoris2023-09-17 12:23:47 +0200
commit1ebc55c72a1a17293bbf4ad86e0177a10a794750 (patch)
tree5fce0ea3a011ccbae85b0d3927f8ac33099585fb /src/view/tsconfig.json
parentc236facb4d4c277773c83f1a4ee85b48833d7e67 (diff)
Make app packageable
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/**/*"]
-}