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