aboutsummaryrefslogtreecommitdiff
path: root/frontend/ts/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/ts/tsconfig.json')
-rw-r--r--frontend/ts/tsconfig.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/frontend/ts/tsconfig.json b/frontend/ts/tsconfig.json
new file mode 100644
index 0000000..6b2d2b0
--- /dev/null
+++ b/frontend/ts/tsconfig.json
@@ -0,0 +1,12 @@
+{
+ "compilerOptions": {
+ "module": "amd",
+ "target": "es2020",
+ "baseUrl": "src",
+ "outFile": "../../backend/public/main.js",
+ "noImplicitAny": true,
+ "strictNullChecks": true,
+ "removeComments": true,
+ "preserveConstEnums": true
+ }
+}