awesome-cordova-plugins/tsconfig.json
2017-05-14 00:55:16 -04:00

20 lines
433 B
JSON

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