TodoSystemMicroService-NodeJS/notification-service/tsconfig.json

13 lines
281 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",
"rootDir": "./src",
"noImplicitAny": true,
}
}