mirror of
https://forgejo.merr.is/annika/isl-time-converter.git
synced 2025-12-11 12:38:48 -05:00
10 lines
185 B
JSON
10 lines
185 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"composite": true,
|
||
|
|
"module": "ESNext",
|
||
|
|
"moduleResolution": "Node",
|
||
|
|
"allowSyntheticDefaultImports": true
|
||
|
|
},
|
||
|
|
"include": ["vite.config.mts"]
|
||
|
|
}
|