mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 08:23:10 +08:00
26 lines
574 B
JSON
26 lines
574 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"declaration": true,
|
|
"stripInternal": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"outDir": "../../dist/",
|
|
"rootDir": "../../src/",
|
|
"target": "es5",
|
|
"skipLibCheck": true,
|
|
"lib": ["es2015", "dom"],
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"noImplicitAny": true
|
|
},
|
|
"files": [
|
|
"../../src/@ionic-native/core/index.ts"
|
|
],
|
|
"angularCompilerOptions": {
|
|
"genDir": "../../.tmp/core-aot"
|
|
}
|
|
}
|