2026-05-22 12:41:55 +00:00
|
|
|
{
|
|
|
|
|
"extends": "../../tsconfig.base.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"composite": true,
|
2026-05-22 12:53:15 +00:00
|
|
|
"noEmit": false,
|
2026-05-22 12:41:55 +00:00
|
|
|
"module": "ESNext",
|
|
|
|
|
"moduleResolution": "Bundler",
|
|
|
|
|
"types": ["node"]
|
|
|
|
|
},
|
|
|
|
|
"include": ["vite.config.ts", "tailwind.config.ts"]
|
|
|
|
|
}
|