manage-accounts-service/inserter/tsconfig.json
2023-08-13 11:51:54 +03:00

14 lines
No EOL
265 B
JSON

{
"compilerOptions": {
"module": "CommonJS",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"target": "ES2019",
"moduleResolution": "node",
"outDir": "./dist",
"rootDir": "./src"
},
"include": [
"src/**/*"
]
}