mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-05-10 20:10:38 +00:00
17 lines
335 B
JSON
17 lines
335 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"outDir": "./lib",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"downlevelIteration": true
|
|
},
|
|
"exclude": [
|
|
"./videos",
|
|
"./tsc.ts"
|
|
]
|
|
}
|