noEmit from scripts tsconfigs
This commit is contained in:
parent
848fcde365
commit
efb84e226d
6 changed files with 10 additions and 12 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"noImplicitAny": false,
|
"noImplicitAny": false,
|
||||||
"allowImportingTsExtensions": true,
|
"allowImportingTsExtensions": true,
|
||||||
|
"noEmit": true
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"jest.*",
|
"jest.*",
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
"extends": "../shared/tsconfig.node.json",
|
"extends": "../shared/tsconfig.node.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"noImplicitAny": false,
|
"noImplicitAny": false,
|
||||||
|
"noEmit": true,
|
||||||
"typeRoots": [
|
"typeRoots": [
|
||||||
"./@types",
|
"./@types",
|
||||||
"./node_modules/@vue-macros",
|
"./node_modules/@vue-macros",
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
"extends": "../shared/tsconfig.node.json",
|
"extends": "../shared/tsconfig.node.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"noImplicitAny": false,
|
"noImplicitAny": false,
|
||||||
|
"noEmit": true,
|
||||||
"typeRoots": [
|
"typeRoots": [
|
||||||
"./node_modules/@types",
|
"./node_modules/@types",
|
||||||
"./node_modules"
|
"./node_modules"
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
"extends": "../shared/tsconfig.node.json",
|
"extends": "../shared/tsconfig.node.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"noImplicitAny": false,
|
"noImplicitAny": false,
|
||||||
|
"noEmit": true,
|
||||||
"typeRoots": [
|
"typeRoots": [
|
||||||
"./node_modules/@types",
|
"./node_modules/@types",
|
||||||
"./node_modules"
|
"./node_modules"
|
||||||
|
|
|
||||||
|
|
@ -3,17 +3,14 @@
|
||||||
"extends": "../shared/tsconfig.node.json",
|
"extends": "../shared/tsconfig.node.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"noImplicitAny": false,
|
"noImplicitAny": false,
|
||||||
"typeRoots": [
|
"noEmit": true
|
||||||
"./node_modules/@types",
|
|
||||||
"./node_modules",
|
|
||||||
"./src/@types"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"*.ts",
|
"*.ts",
|
||||||
"*.js"
|
"*.js"
|
||||||
],
|
],
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"node_modules"
|
"node_modules",
|
||||||
|
"built"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,17 +3,14 @@
|
||||||
"extends": "../shared/tsconfig.node.json",
|
"extends": "../shared/tsconfig.node.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"noImplicitAny": false,
|
"noImplicitAny": false,
|
||||||
"typeRoots": [
|
"noEmit": true
|
||||||
"./node_modules/@types",
|
|
||||||
"./node_modules",
|
|
||||||
"./src/@types"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"*.ts",
|
"*.ts",
|
||||||
"*.js"
|
"*.js"
|
||||||
],
|
],
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"node_modules"
|
"node_modules",
|
||||||
|
"built"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue