awesome-cordova-plugins/tsconfig.json
2017-06-11 17:43:17 -04:00

21 lines
455 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"]
},
"outDir": "dist",
"rootDir": ".",
"target": "es5",
"skipLibCheck": true,
"lib": ["es2015", "dom"]
}
}