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