multi-downloader-nx_mirror/tsconfig.json
2025-09-27 10:27:32 -07:00

20 lines
No EOL
363 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"outDir": "./lib",
"strict": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"downlevelIteration": true,
"jsx": "react"
},
"exclude": [
"./videos",
"./tsc.ts",
"lib/**/*",
"gui/react/**/*"
]
}