aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index b31e755..4f38d39 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -17,9 +17,12 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
- "jsx": "react-jsx"
+ "jsx": "preserve"
},
"include": [
"src"
+ ],
+ "exclude": [
+ "node_modules"
]
}