mirror of
https://github.com/vee1e/workorder-desk.git
synced 2026-09-01 17:57:11 +00:00
13 lines
No EOL
323 B
JSON
13 lines
No EOL
323 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"jsx": "react-jsx",
|
|
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
|
"noEmit": true,
|
|
"types": ["vite/client", "vitest/globals"],
|
|
"useDefineForClassFields": true
|
|
},
|
|
"include": ["src"]
|
|
} |