aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index bff9255db..f1b275954 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -13,7 +13,8 @@
"outDir": "dist",
"lib": ["dom", "es2015"],
"typeRoots": ["node_modules/@types", "./src/typings"],
- "types": ["youtube", "node"]
+ "types": ["youtube", "node"],
+ "resolveJsonModule": true
},
// "exclude": [
// "node_modules",