mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-02 04:43:04 +08:00
chore(): update tsconfig
This commit is contained in:
parent
998a58e036
commit
c6cbfb77d5
@ -9,16 +9,15 @@
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
"filesGlob": [
|
||||
"**/*.ts"
|
||||
],
|
||||
"files": [
|
||||
"src/index.ts",
|
||||
"typings/es6-shim/es6-shim.d.ts"
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
],
|
||||
"compileOnSave": false,
|
||||
"buildOnSave": false,
|
||||
"atom": {
|
||||
"rewriteTsconfig": true
|
||||
"rewriteTsconfig": false
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user