update frontend to the new templates
This commit is contained in:
parent
ad6b7f68eb
commit
6eaaa7a294
2 changed files with 2 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"extends": "../shared/tsconfig.web.json",
|
||||
"extends": "../shared/tsconfig.web.jsonc",
|
||||
"compilerOptions": {
|
||||
"paths": {
|
||||
"@/*": ["./src/*"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue