mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
12 lines
282 B
JSON
12 lines
282 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"target": "es6",
|
||
|
"noImplicitAny": false,
|
||
|
"sourceMap": false,
|
||
|
"rootDir": "src",
|
||
|
"outDir": "dist/js",
|
||
|
"noEmitOnError": true,
|
||
|
"typeRoots": [ "node_modules/@types" ]
|
||
|
}
|
||
|
}
|