mirror of
https://github.com/vee1e/workorder-desk.git
synced 2026-09-01 17:57:11 +00:00
9 lines
No EOL
219 B
JSON
9 lines
No EOL
219 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"types": ["node"]
|
|
},
|
|
"include": ["src/**/*.ts", "tests/**/*.ts", "vitest.config.ts"]
|
|
} |