[M] Rename

This commit is contained in:
Azalea
2024-02-08 02:51:31 -05:00
parent fa567ce0e2
commit 071491b459
18 changed files with 31 additions and 34 deletions

View File

@@ -0,0 +1,9 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler"
},
"include": ["vite.config.ts"]
}