mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-10 17:42:50 +08:00
18 lines
344 B
JSON
18 lines
344 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "Node16",
|
|
"declaration": false,
|
|
"declarationMap": false,
|
|
"sourceMap": false,
|
|
"composite": false,
|
|
"strict": true,
|
|
"moduleResolution": "node16",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
},
|
|
"exclude": [
|
|
"./*.js"
|
|
]
|
|
}
|