TodoSystemMicroService-NodeJS/notification-service/tsconfig.json

13 lines
283 B
JSON
Raw Normal View History

2023-07-07 22:54:57 +00:00
{
"compilerOptions": {
"module": "CommonJS",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"target": "es2022",
"moduleResolution": "node",
"sourceMap": true,
"outDir": "./dist",
2023-07-08 07:56:00 +00:00
"rootDir": "./src"
// "noImplicitAny": true,
2023-07-07 22:54:57 +00:00
}
}