aboutsummaryrefslogtreecommitdiffstats
path: root/webui/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'webui/tsconfig.json')
-rw-r--r--webui/tsconfig.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/webui/tsconfig.json b/webui/tsconfig.json
new file mode 100644
index 00000000..30ba544b
--- /dev/null
+++ b/webui/tsconfig.json
@@ -0,0 +1,20 @@
+{
+ "compilerOptions": {
+ "target": "es5",
+ "lib": ["dom", "dom.iterable", "esnext"],
+ "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": ["node_modules/@types/", "types/"]
+ },
+ "include": ["src"]
+}