WebUI setup

This commit is contained in:
Julien Valverdé
2024-07-06 21:33:31 +02:00
parent 51077765e5
commit 73bee895b1
14 changed files with 179 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
{
"compilerOptions": {
"composite": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true,
"noEmit": true
},
"include": ["vite.config.ts"]
}