Files
awesome-cordova-plugins/tsconfig.json
T
Ibby HadeedandGitHub 63c34cade4 chore(): organize and enhance decorators (#1171)
* fix/add decorators

* fix google maps design

* chore(): add root tsconfig to resolve imports in IDE

* updates

* more fixes
2017-03-11 11:03:40 -05:00

19 lines
420 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"declaration": true,
"stripInternal": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"module": "es2015",
"moduleResolution": "node",
"paths": {
"@ionic-native/core": ["./dist/packages-dist/@ionic-native/core"]
},
"rootDir": ".",
"target": "es5",
"skipLibCheck": true,
"lib": ["es2015", "dom"]
}
}