mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
24 lines
587 B
JSON
24 lines
587 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"declaration": false,
|
|
"noImplicitAny": false,
|
|
"removeComments": true,
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"jsx": "preserve",
|
|
"noLib": false,
|
|
"target": "esnext",
|
|
"lib": ["esnext", "DOM"],
|
|
"allowSyntheticDefaultImports": true,
|
|
"experimentalDecorators": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"allowJs": true,
|
|
"emitDeclarationOnly": true,
|
|
"noEmitOnError": true,
|
|
"skipLibCheck": true,
|
|
"disableSizeLimit": true
|
|
},
|
|
"exclude": ["node_modules"],
|
|
}
|