Files
smom-dbis-138/services/settlement-middleware/tsconfig.json

14 lines
257 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "ES2022",
"module": "commonjs",
"outDir": "dist",
"rootDir": "src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"resolveJsonModule": true
},
"include": ["src/**/*"]
}