mirror of
https://framagit.org/enfance-libre/resistants
synced 2025-03-14 00:55:04 +00:00
10 lines
184 B
JSON
10 lines
184 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"module": "ESNext",
|
||
|
"moduleResolution": "Node",
|
||
|
"allowSyntheticDefaultImports": true
|
||
|
},
|
||
|
"include": ["vite.config.ts"]
|
||
|
}
|