mirror of
https://github.com/zoriya/vex.git
synced 2026-08-16 02:44:55 +00:00
11 lines
178 B
JSON
11 lines
178 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"strict": true
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|