aboutsummaryrefslogtreecommitdiff
path: root/pw_web/webconsole/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'pw_web/webconsole/tsconfig.json')
-rw-r--r--pw_web/webconsole/tsconfig.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/pw_web/webconsole/tsconfig.json b/pw_web/webconsole/tsconfig.json
new file mode 100644
index 000000000..99710e857
--- /dev/null
+++ b/pw_web/webconsole/tsconfig.json
@@ -0,0 +1,20 @@
+{
+ "compilerOptions": {
+ "target": "es5",
+ "lib": ["dom", "dom.iterable", "esnext"],
+ "allowJs": true,
+ "skipLibCheck": true,
+ "strict": true,
+ "forceConsistentCasingInFileNames": true,
+ "noEmit": true,
+ "esModuleInterop": true,
+ "module": "esnext",
+ "moduleResolution": "node",
+ "resolveJsonModule": true,
+ "isolatedModules": true,
+ "jsx": "preserve",
+ "incremental": true
+ },
+ "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
+ "exclude": ["node_modules"]
+}