mirror of
https://github.com/marcopiovanello/yt-dlp-web-ui.git
synced 2026-07-25 06:54:30 +00:00
17 lines
326 B
JSON
17 lines
326 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"allowJs": true,
|
|
"target": "ES2018",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"strict": false,
|
|
"noEmit": false
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"include": [
|
|
"./server/src/**/*"
|
|
]
|
|
} |