hrms-edm/Services/server/tsconfig.json

18 lines
276 B
JSON
Raw Permalink Normal View History

2023-11-17 09:03:31 +07:00
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"outDir": "dist",
"strict": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"experimentalDecorators": true,
"skipLibCheck": true
2023-11-30 10:43:00 +07:00
},
"exclude": ["./tools/**/*"]
2023-11-17 09:03:31 +07:00
}