2
0
mirror of https://github.com/tenrok/maska.git synced 2026-06-11 18:02:27 +03:00

chore: update dependencies and package.json for v3

This commit is contained in:
Alexander Shabunevich
2024-04-14 12:34:24 +03:00
parent bdcdecc301
commit 6f4836345c
5 changed files with 53 additions and 48 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}