mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 08:32:52 +08:00
edf4c75bbd
* chore(): modify dist paths * fixes
19 lines
406 B
JSON
19 lines
406 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"declaration": true,
|
|
"stripInternal": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"paths": {
|
|
"@ionic-native/core": ["./dist/@ionic-native/core"]
|
|
},
|
|
"rootDir": ".",
|
|
"target": "es5",
|
|
"skipLibCheck": true,
|
|
"lib": ["es2015", "dom"]
|
|
}
|
|
}
|