mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-30 03:18:26 +03:00
Setup new config.json and fixed typescript errors in the popup
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user