Initial commit

This commit is contained in:
Pandipipas
2026-02-07 14:43:43 +01:00
committed by GitHub
commit 6955d2588f
37 changed files with 12950 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
/* Settings here mimick those included in a generated Vue project (npm create vue). */
/* They are only used for the vite.config.ts file. */
"extends": "@tsconfig/node22/tsconfig.json",
"compilerOptions": {
"noEmit": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.vite.tsbuildinfo",
"module": "ESNext",
"moduleResolution": "bundler",
"types": [
"node"
]
},
"include": [
"./vite.config.ts"
]
}