Files
awesome-cordova-plugins/scripts/build/tsconfig-plugin.json
T

24 lines
585 B
JSON
Raw Normal View History

{
"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/",
"paths": {
2017-03-22 19:51:59 -04:00
"@ionic-native/core": ["../../../dist/@ionic-native/core"]
},
2017-03-22 19:51:59 -04:00
"rootDir": "../../../src/@ionic-native/plugins/",
"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-22 19:51:59 -04:00
"files": []
}