mirror of
https://codeberg.org/Sevichecc/Seigwai.git
synced 2025-04-29 23:49:29 +08:00
9 lines
206 B
JSON
9 lines
206 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["vite.config.ts", "tailwind.config.ts"]
|
|
}
|