hrms-report-template/tsconfig.json

14 lines
327 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"rootDir": "./",
"outDir": "dist",
"esModuleInterop": true,
"resolveJsonModule": true,
"strict": true,
"skipLibCheck": true
},
2025-09-09 16:16:34 +07:00
"include": ["libs/**/*.ts","app.ts", "yaqrcode.d.ts"],
"exclude": ["node_modules","test-run"]
}