mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 08:32:52 +08:00
23 lines
558 B
JSON
23 lines
558 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"declaration": true,
|
|
"stripInternal": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"outDir": "../../../dist/@ionic-native/",
|
|
"paths": {
|
|
"@ionic-native/core": ["../../../dist/@ionic-native/core"]
|
|
},
|
|
"rootDir": "../../../src/@ionic-native/plugins/",
|
|
"target": "es5",
|
|
"skipLibCheck": true,
|
|
"lib": ["es2015", "dom"],
|
|
"sourceMap": true,
|
|
"inlineSources": true
|
|
},
|
|
"files": []
|
|
}
|