mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-03-11 17:45:30 +00:00
29 lines
No EOL
624 B
JSON
29 lines
No EOL
624 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./build",
|
|
"target": "es5",
|
|
"lib": [
|
|
"dom",
|
|
"dom.iterable",
|
|
"esnext"
|
|
],
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"module": "CommonJS",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
//"noEmit": true,
|
|
"jsx": "react-jsx",
|
|
"downlevelIteration": true
|
|
},
|
|
"include": [
|
|
"./src",
|
|
"./webpack.config.ts"
|
|
]
|
|
} |