Sticker Creator Window

This commit is contained in:
Fedor Indutny
2023-04-20 08:59:17 -07:00
committed by GitHub
parent 498b116794
commit d380817a44
213 changed files with 34677 additions and 40 deletions

View File

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