summaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2022-03-25 15:05:15 +0100
committerMaksymilian Jopek <maks@jopek.eu>2022-03-25 15:05:15 +0100
commit3df4ebc26d93afed16670e37edb26aa3b5a17317 (patch)
tree462838b07a70bf6a2aced9541bfe81f08be0e05c /tsconfig.json
parentca297c3df1cacc902cadb21bea4dbf525913325a (diff)
downloadmlos-3df4ebc26d93afed16670e37edb26aa3b5a17317.tar.gz
mlos-3df4ebc26d93afed16670e37edb26aa3b5a17317.tar.zst
mlos-3df4ebc26d93afed16670e37edb26aa3b5a17317.zip
Hotfix, remove all JS
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json17
1 files changed, 0 insertions, 17 deletions
diff --git a/tsconfig.json b/tsconfig.json
deleted file mode 100644
index 6f1941d..0000000
--- a/tsconfig.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "compilerOptions": {
- "target": "ESNext",
- "useDefineForClassFields": true,
- "module": "ESNext",
- "lib": ["ESNext", "DOM"],
- "moduleResolution": "Node",
- "strict": true,
- "sourceMap": true,
- "resolveJsonModule": true,
- "esModuleInterop": true,
- "noUnusedLocals": true,
- "noUnusedParameters": true,
- "noImplicitReturns": true
- },
- "include": ["src"]
-}