mirror of
https://github.com/mountain-loop/yaak.git
synced 2025-12-05 19:17:44 -06:00
11 lines
222 B
JSON
11 lines
222 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"noUncheckedIndexedAccess": true
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|