mirror of
https://github.com/marcopiovanello/yt-dlp-web-ui.git
synced 2026-07-25 06:54:30 +00:00
14 lines
291 B
JSON
14 lines
291 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"target": "ES2020",
|
|
"strict": false,
|
|
"noEmit": false,
|
|
"moduleResolution": "node",
|
|
"module": "commonjs",
|
|
"skipLibCheck": true,
|
|
},
|
|
"include": [
|
|
"server-node/src/**/*"
|
|
]
|
|
} |