manage-accounts-service/inserter/tsconfig.json

14 lines
265 B
JSON
Raw Normal View History

2023-08-13 08:51:54 +00:00
{
"compilerOptions": {
"module": "CommonJS",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"target": "ES2019",
"moduleResolution": "node",
"outDir": "./dist",
"rootDir": "./src"
},
"include": [
"src/**/*"
]
}