chore(): update tsconfig
This commit is contained in:
parent
998a58e036
commit
c6cbfb77d5
@ -9,16 +9,15 @@
|
|||||||
"emitDecoratorMetadata": true,
|
"emitDecoratorMetadata": true,
|
||||||
"experimentalDecorators": true
|
"experimentalDecorators": true
|
||||||
},
|
},
|
||||||
"exclude": [
|
"filesGlob": [
|
||||||
"node_modules"
|
"**/*.ts"
|
||||||
],
|
],
|
||||||
"files": [
|
"exclude": [
|
||||||
"src/index.ts",
|
"node_modules"
|
||||||
"typings/es6-shim/es6-shim.d.ts"
|
|
||||||
],
|
],
|
||||||
"compileOnSave": false,
|
"compileOnSave": false,
|
||||||
"buildOnSave": false,
|
"buildOnSave": false,
|
||||||
"atom": {
|
"atom": {
|
||||||
"rewriteTsconfig": true
|
"rewriteTsconfig": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user