hrms-edm/Services/server/tsconfig.json
2023-11-30 10:43:00 +07:00

17 lines
276 B
JSON

{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"outDir": "dist",
"strict": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"experimentalDecorators": true,
"skipLibCheck": true
},
"exclude": ["./tools/**/*"]
}