mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 00:12:53 +08:00
28 lines
689 B
JSON
28 lines
689 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"declaration": true,
|
|
"stripInternal": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"noImplicitAny": true,
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"paths": {
|
|
"@awesome-cordova-plugins/core": ["./dist/@awesome-cordova-plugins/core"]
|
|
},
|
|
"outDir": "./dist",
|
|
"rootDir": "src",
|
|
"target": "es5",
|
|
"skipLibCheck": true,
|
|
"lib": ["es2017", "dom"],
|
|
"inlineSources": true,
|
|
"inlineSourceMap": true
|
|
},
|
|
"include": ["src/@awesome-cordova-plugins/plugins/**/*.ts"],
|
|
"angularCompilerOptions": {
|
|
"genDir": "aot",
|
|
"compilationMode": "partial"
|
|
}
|
|
}
|