LBA/tsconfig.base.json

24 lines
609 B
JSON

{
"compileOnSave": false,
"compilerOptions": {
"rootDir": ".",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2015",
"module": "esnext",
"lib": ["es2020", "dom"],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"baseUrl": ".",
"paths": {
"@ecommerce-microservices/i18next": ["i18next/src/index.ts"],
"@ecommerce-microservices/language": ["language/src/index.ts"]
}
},
"exclude": ["node_modules", "tmp"]
}