TodoSystemMicroService-NodeJS/notification-service/tsconfig.json

13 lines
No EOL
283 B
JSON

{
"compilerOptions": {
"module": "CommonJS",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"target": "es2022",
"moduleResolution": "node",
"sourceMap": true,
"outDir": "./dist",
"rootDir": "./src"
// "noImplicitAny": true,
}
}