mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-03 05:11:55 +08:00
chore(): update tsconfig
This commit is contained in:
parent
d86fa1b2f6
commit
927b1b1088
@ -5,13 +5,16 @@
|
||||
"noImplicitAny": false,
|
||||
"rootDir": ".",
|
||||
"sourceMap": true,
|
||||
"declaration": true
|
||||
"declaration": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
],
|
||||
"files": [
|
||||
"src/index.ts"
|
||||
"src/index.ts",
|
||||
"typings/es6-shim/es6-shim.d.ts"
|
||||
],
|
||||
"compileOnSave": false,
|
||||
"buildOnSave": false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user