mirror of
https://github.com/tenrok/maska.git
synced 2026-05-15 11:59:38 +03:00
11 lines
219 B
JSON
11 lines
219 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["vite.config.mts"]
|
|
}
|