rebuild finished for testing

This commit is contained in:
2024-01-23 21:28:20 +01:00
parent 7f98d3587d
commit 3c0981028c
21 changed files with 1712 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.mts"]
}