11 lines
254 B
JSON
11 lines
254 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["vite.config.mts", "src/lib/i18n-vite-loaded/loader.ts"]
|
|
}
|