workspace-tools/scripts/tsconfig.base.json

15 строки
298 B
JSON

{
"compilerOptions": {
"target": "ES2019",
"lib": ["ES2019"],
"module": "commonjs",
"declaration": true,
"sourceMap": true,
"strict": true,
"allowJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"types": ["node", "jest"]
}
}