summaryrefslogtreecommitdiff
path: root/tsconfig.demo.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.demo.json')
-rw-r--r--tsconfig.demo.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/tsconfig.demo.json b/tsconfig.demo.json
new file mode 100644
index 0000000..f8b7d36
--- /dev/null
+++ b/tsconfig.demo.json
@@ -0,0 +1,11 @@
+{
+ "compilerOptions": {
+ "noEmit": true,
+ "target": "ESNext",
+ "jsx": "preserve",
+ "allowSyntheticDefaultImports": true,
+ "moduleResolution": "node"
+ },
+ "include": ["demo/**/*.ts", "demo/**/*.tsx", "demo/augment.d.ts"],
+ "exclude": ["demo/sw.ts"]
+} \ No newline at end of file