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": {
|
||||
"noImplicitAny": false,
|
||||
"allowImportingTsExtensions": true,
|
||||
"noEmit": true
|
||||
},
|
||||
"include": [
|
||||
"jest.*",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
"extends": "../shared/tsconfig.node.json",
|
||||
"compilerOptions": {
|
||||
"noImplicitAny": false,
|
||||
"noEmit": true,
|
||||
"typeRoots": [
|
||||
"./@types",
|
||||
"./node_modules/@vue-macros",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
"extends": "../shared/tsconfig.node.json",
|
||||
"compilerOptions": {
|
||||
"noImplicitAny": false,
|
||||
"noEmit": true,
|
||||
"typeRoots": [
|
||||
"./node_modules/@types",
|
||||
"./node_modules"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
"extends": "../shared/tsconfig.node.json",
|
||||
"compilerOptions": {
|
||||
"noImplicitAny": false,
|
||||
"noEmit": true,
|
||||
"typeRoots": [
|
||||
"./node_modules/@types",
|
||||
"./node_modules"
|
||||
|
|
|
|||
|
|
@ -3,17 +3,14 @@
|
|||
"extends": "../shared/tsconfig.node.json",
|
||||
"compilerOptions": {
|
||||
"noImplicitAny": false,
|
||||
"typeRoots": [
|
||||
"./node_modules/@types",
|
||||
"./node_modules",
|
||||
"./src/@types"
|
||||
]
|
||||
"noEmit": true
|
||||
},
|
||||
"include": [
|
||||
"*.ts",
|
||||
"*.js"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
"node_modules",
|
||||
"built"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,17 +3,14 @@
|
|||
"extends": "../shared/tsconfig.node.json",
|
||||
"compilerOptions": {
|
||||
"noImplicitAny": false,
|
||||
"typeRoots": [
|
||||
"./node_modules/@types",
|
||||
"./node_modules",
|
||||
"./src/@types"
|
||||
]
|
||||
"noEmit": true
|
||||
},
|
||||
"include": [
|
||||
"*.ts",
|
||||
"*.js"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
"node_modules",
|
||||
"built"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue