aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'language-web/tsconfig.json')
-rw-r--r--language-web/tsconfig.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/language-web/tsconfig.json b/language-web/tsconfig.json
deleted file mode 100644
index cb5f6b13..00000000
--- a/language-web/tsconfig.json
+++ /dev/null
@@ -1,18 +0,0 @@
1{
2 "compilerOptions": {
3 "target": "es2020",
4 "module": "esnext",
5 "moduleResolution": "node",
6 "esModuleInterop": true,
7 "allowSyntheticDefaultImports": true,
8 "jsx": "react",
9 "strict": true,
10 "noImplicitOverride": true,
11 "noImplicitReturns": true,
12 "exactOptionalPropertyTypes": false,
13 "noEmit": true,
14 "skipLibCheck": true
15 },
16 "include": ["./src/main/js/**/*"],
17 "exclude": ["./build/generated/sources/lezer/*"]
18}