TodoSystemMicroService-NodeJS/notification-service/tsconfig.json
2023-07-08 01:54:57 +03:00

13 lines
No EOL
281 B
JSON

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