2017-03-20 16:38:14 -04:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"baseUrl": ".",
|
|
|
|
|
"declaration": true,
|
|
|
|
|
"stripInternal": true,
|
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
|
"module": "es2015",
|
|
|
|
|
"moduleResolution": "node",
|
2017-03-22 19:51:59 -04:00
|
|
|
"outDir": "../../../dist/@ionic-native/",
|
2017-03-20 16:38:14 -04:00
|
|
|
"paths": {
|
2017-03-22 19:51:59 -04:00
|
|
|
"@ionic-native/core": ["../../../dist/@ionic-native/core"]
|
2017-03-20 16:38:14 -04:00
|
|
|
},
|
2017-03-22 19:51:59 -04:00
|
|
|
"rootDir": "../../../src/@ionic-native/plugins/",
|
2017-03-20 16:38:14 -04:00
|
|
|
"target": "es5",
|
|
|
|
|
"skipLibCheck": true,
|
2017-03-26 01:53:54 -04:00
|
|
|
"lib": ["es2015", "dom"],
|
|
|
|
|
"sourceMap": true,
|
2017-05-14 00:55:16 -04:00
|
|
|
"inlineSources": true,
|
|
|
|
|
"noImplicitAny": true
|
2017-03-20 16:38:14 -04:00
|
|
|
},
|
2017-03-22 19:51:59 -04:00
|
|
|
"files": []
|
2017-03-20 16:38:14 -04:00
|
|
|
}
|