mirror of
https://github.com/vee1e/workorder-desk.git
synced 2026-09-01 09:50:13 +00:00
11 lines
No EOL
242 B
JSON
11 lines
No EOL
242 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"composite": true,
|
|
"noEmit": true,
|
|
"types": ["node", "vitest/config"]
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
} |