move frontend to a cmd too for consistency

This commit is contained in:
2024-12-22 21:40:21 +01:00
parent ebd82475fd
commit 3bfc20cb21
34 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true
},
"include": ["src/**/*", "src/node_modules", ".svelte-kit/ambient.d.ts"] // see last element
}