mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-01-11 20:10:20 +00:00
20 lines
No EOL
392 B
JSON
20 lines
No EOL
392 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"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/**/*"
|
|
]
|
|
} |