aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/frontend/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/base/frontend/tsconfig.json')
-rw-r--r--plugins/base/frontend/tsconfig.json31
1 files changed, 0 insertions, 31 deletions
diff --git a/plugins/base/frontend/tsconfig.json b/plugins/base/frontend/tsconfig.json
deleted file mode 100644
index 0f0a4555..00000000
--- a/plugins/base/frontend/tsconfig.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "compilerOptions": {
- "sourceMap": true,
- "target": "es5",
- "lib": [
- "dom",
- "dom.iterable",
- "esnext",
- "es2019"
- ],
- "noImplicitAny": true,
- "allowJs": true,
- "skipLibCheck": true,
- "esModuleInterop": true,
- "allowSyntheticDefaultImports": true,
- "strict": true,
- "forceConsistentCasingInFileNames": true,
- "module": "esnext",
- "moduleResolution": "node",
- "resolveJsonModule": true,
- "isolatedModules": true,
- "noEmit": true,
- "jsx": "react",
- "typeRoots": [
- "src/main/types"
- ]
- },
- "include": [
- "./node_modules/@types/node/globals.d.ts"
- ]
-}