mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
23 lines
386 B
JSON
23 lines
386 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2016",
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"ES2019.Array",
|
|
"DOM"
|
|
],
|
|
"jsx": "react",
|
|
"strict": true,
|
|
"alwaysStrict": true,
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"incremental": true
|
|
},
|
|
"include": [
|
|
"**/*"
|
|
],
|
|
"exclude": [
|
|
"**/node_modules/*"
|
|
]
|
|
} |