@unito/integration-cli
Version:
Integration CLI
29 lines (28 loc) • 728 B
JSON
{
"compilerOptions": {
"baseUrl": ".",
"declaration": true,
"declarationMap": true,
"emitDecoratorMetadata": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"incremental": true,
"isolatedModules": false,
"lib": ["dom", "ES2022"],
"module": "NodeNext",
"noImplicitAny": true,
"noFallthroughCasesInSwitch": true,
"noUnusedLocals": true,
"outDir": "./dist",
"pretty": true,
"moduleResolution": "NodeNext",
"rootDir": ".",
"sourceMap": true,
"strict": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"strictPropertyInitialization": false,
"target": "esnext"
}
}