Add gpgui-helper

This commit is contained in:
Kevin Yue
2024-02-18 05:30:32 -05:00
parent db9249bd61
commit f9c0eb43a6
36 changed files with 3726 additions and 4 deletions

View File

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