mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-09 17:51:46 +00:00
22 lines
477 B
JSON
22 lines
477 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"lib": ["dom", "dom.iterable", "es2022"],
|
|
"module": "CommonJS",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "node",
|
|
"baseUrl": "./src",
|
|
"outDir": "./dist",
|
|
"strict": true,
|
|
"noImplicitAny": true,
|
|
"strictFunctionTypes": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"exclude": ["./dist"],
|
|
"paths": {
|
|
"*": ["*.d.ts"]
|
|
}
|
|
}
|