update frontend-shared to the new templates

This commit is contained in:
Hazelnoot 2025-10-07 00:36:40 -04:00
parent e90f18e5ae
commit 802e881173
3 changed files with 3 additions and 19 deletions

View file

@ -1,20 +1,8 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "../shared/tsconfig.node.json",
"compilerOptions": {
"noImplicitAny": false,
"noEmit": true,
"typeRoots": [
"./node_modules/@types",
"./node_modules"
]
},
"extends": "../shared/tsconfig.scripts.jsonc",
"include": [
"*.js",
"*.ts"
],
"exclude": [
"node_modules",
"js-built"
]
}

View file

@ -1,13 +1,9 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "../shared/tsconfig.node.json",
"extends": "../shared/tsconfig.node.jsonc",
"compilerOptions": {
"noImplicitAny": false,
"outDir": "./js-built/util",
"typeRoots": [
"./node_modules/@types",
"./node_modules"
]
},
"include": [
"util/**/*.js",

View file

@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "../shared/tsconfig.web.json",
"extends": "../shared/tsconfig.web.jsonc",
"compilerOptions": {
"module": "nodenext",
"moduleResolution": "nodenext",