mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-18 16:02:53 +08:00
614ade447f
* init * cleanup packagelock * testing * chore(package): refresh package-lock.json * updates * chore(): fix builds * chore(): rework package-lock * chore(): lint Co-authored-by: Daniel Sogl <daniel@sogls.de>
28 lines
677 B
JSON
28 lines
677 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"declaration": true,
|
|
"stripInternal": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"noImplicitAny": true,
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"paths": {
|
|
"@ionic-native/core": ["./dist/@ionic-native/core"]
|
|
},
|
|
"outDir": "./dist",
|
|
"rootDir": "src",
|
|
"target": "es5",
|
|
"skipLibCheck": true,
|
|
"lib": ["es2017", "dom"],
|
|
"inlineSources": true,
|
|
"inlineSourceMap": true
|
|
},
|
|
"include": ["src/@ionic-native/plugins/**/*.ts"],
|
|
"angularCompilerOptions": {
|
|
"genDir": "aot"
|
|
},
|
|
"plugins": [{ "name": "typescript-tslint-plugin" }]
|
|
}
|