awesome-cordova-plugins/tsconfig.json
Mike Hartington 614ade447f
feat(): angular ivy support (#3309)
* 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>
2020-02-07 17:51:47 +01:00

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" }]
}