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