mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
23 lines
No EOL
534 B
JSON
23 lines
No EOL
534 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"noImplicitAny": false,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"sourceMap": false,
|
|
"outDir": "dist/js",
|
|
"noEmitOnError": false,
|
|
"typeRoots": [ "node_modules/@types" ],
|
|
"resolveJsonModule": true,
|
|
"jsx": "react",
|
|
"lib": [
|
|
"es2019",
|
|
"dom",
|
|
"dom.iterable"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |