Files
alert-message-center/apps/server/tsconfig.json
d0zingcat 451793f6ce feat: add lint
Signed-off-by: d0zingcat <iamtangli42@gmail.com>
2026-01-14 19:36:46 +08:00

16 lines
252 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"skipLibCheck": true,
"types": ["bun-types"],
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["src"]
}