mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 17:17:45 +01:00
13 lines
No EOL
315 B
JSON
13 lines
No EOL
315 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"noImplicitAny": false,
|
|
"sourceMap": false,
|
|
"outDir": "dist/js",
|
|
"noEmitOnError": true,
|
|
"typeRoots": [ "node_modules/@types" ],
|
|
"resolveJsonModule": true,
|
|
"jsx": "react"
|
|
}
|
|
} |