multi-downloader-nx_mirror/tsconfig.json
2026-05-26 18:49:45 +02:00

15 lines
349 B
JSON

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