workspace-tools/tsconfig.json

16 строки
320 B
JSON

{
"compilerOptions": {
"target": "ES2019",
"lib": ["ES2019"],
"module": "commonjs",
"declaration": true,
"strict": true,
"allowJs": true,
"esModuleInterop": true,
"outDir": "./lib",
"forceConsistentCasingInFileNames": true,
"types": ["node", "jest"]
},
"include": ["src"]
}