BangSo/apps/desktop/tsconfig.json

13 lines
247 B
JSON
Raw Permalink Normal View History

2026-09-01 16:51:19 +00:00
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"noEmit": false,
"lib": ["ES2023"],
"types": ["node"]
},
"include": ["src/**/*.ts"],
"exclude": ["src/**/*.test.ts"]
}