update frontend-shared to the new templates
This commit is contained in:
parent
e90f18e5ae
commit
802e881173
3 changed files with 3 additions and 19 deletions
|
|
@ -1,20 +1,8 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://json.schemastore.org/tsconfig",
|
"$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"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"include": [
|
"include": [
|
||||||
"*.js",
|
"*.js",
|
||||||
"*.ts"
|
"*.ts"
|
||||||
],
|
|
||||||
"exclude": [
|
|
||||||
"node_modules",
|
|
||||||
"js-built"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,9 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://json.schemastore.org/tsconfig",
|
"$schema": "https://json.schemastore.org/tsconfig",
|
||||||
"extends": "../shared/tsconfig.node.json",
|
"extends": "../shared/tsconfig.node.jsonc",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"noImplicitAny": false,
|
"noImplicitAny": false,
|
||||||
"outDir": "./js-built/util",
|
"outDir": "./js-built/util",
|
||||||
"typeRoots": [
|
|
||||||
"./node_modules/@types",
|
|
||||||
"./node_modules"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"util/**/*.js",
|
"util/**/*.js",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://json.schemastore.org/tsconfig",
|
"$schema": "https://json.schemastore.org/tsconfig",
|
||||||
"extends": "../shared/tsconfig.web.json",
|
"extends": "../shared/tsconfig.web.jsonc",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"module": "nodenext",
|
"module": "nodenext",
|
||||||
"moduleResolution": "nodenext",
|
"moduleResolution": "nodenext",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue