aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json15
1 files changed, 12 insertions, 3 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 561adfa..bbb617e 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,6 +1,15 @@
{
"extends": "@tsconfig/svelte/tsconfig.json",
- "compilerOptions": {"strictNullChecks": true},
- "include": ["src/**/*"],
- "exclude": ["node_modules/*", "__sapper__/*", "public/*"]
+ "compilerOptions": {
+ "strictNullChecks": true,
+ "resolveJsonModule": true
+ },
+ "include": [
+ "src/**/*"
+ ],
+ "exclude": [
+ "node_modules/*",
+ "__sapper__/*",
+ "public/*"
+ ]
} \ No newline at end of file