diff options
author | Joris | 2025-04-19 12:36:38 +0200 |
---|---|---|
committer | Joris | 2025-04-19 12:38:24 +0200 |
commit | 632eef6424d8dc8d40c2906177892697679e7b85 (patch) | |
tree | 48d9cd60e9e96eab810b5f7bb3c7b1fa79e0438f /tsconfig.json | |
parent | 063d8ef9eaf874a941f4459e831057dd0a1b7ddd (diff) |
Add ZIG server
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 1100ced..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "compilerOptions": { - "module": "amd", - "target": "ES2020", - "baseUrl": "src", - "noImplicitAny": true, - "strictNullChecks": true, - "removeComments": true, - "preserveConstEnums": true, - "outFile": "public/main.js" - }, - "include": ["src/**/*"] -} |