update frontend to the new templates

This commit is contained in:
Hazelnoot 2025-10-07 00:36:15 -04:00
parent ad6b7f68eb
commit 6eaaa7a294
2 changed files with 2 additions and 4 deletions

View file

@ -1,9 +1,7 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "../shared/tsconfig.node.json",
"extends": "../shared/tsconfig.scripts.jsonc",
"compilerOptions": {
"noImplicitAny": false,
"noEmit": true,
"typeRoots": [
"./node_modules/@types",
"./node_modules"

View file

@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "../shared/tsconfig.web.json",
"extends": "../shared/tsconfig.web.jsonc",
"compilerOptions": {
"paths": {
"@/*": ["./src/*"],