aboutsummaryrefslogtreecommitdiffhomepage
path: root/tsconfig.json
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2020-02-01 16:26:57 -0500
committerAjay Ramachandran <[email protected]>2020-02-01 16:26:57 -0500
commit16c720e50021f29dd42057e658be2c362a0f4f6d (patch)
tree43803ee84c6a8d7fc270dc3e5cd0c21305af83e4 /tsconfig.json
parentd77f8abf428d8b1e1c2e5975e3f7f73cde2b8156 (diff)
downloadSponsorBlock-16c720e50021f29dd42057e658be2c362a0f4f6d.tar.gz
SponsorBlock-16c720e50021f29dd42057e658be2c362a0f4f6d.zip
Setup new config.json and fixed typescript errors in the popup
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 21b02419..cc0b77e6 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -4,9 +4,9 @@
"target": "es6",
"noImplicitAny": false,
"sourceMap": false,
- "rootDir": "src",
"outDir": "dist/js",
"noEmitOnError": true,
- "typeRoots": [ "node_modules/@types" ]
+ "typeRoots": [ "node_modules/@types" ],
+ "resolveJsonModule": true
}
} \ No newline at end of file