mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-18 16:02:53 +08:00
22 lines
570 B
JSON
22 lines
570 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"declaration": true,
|
|
"stripInternal": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"noImplicitAny": true,
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"outDir": "./dist",
|
|
"rootDir": "src",
|
|
"target": "es5",
|
|
"skipLibCheck": true,
|
|
"lib": ["es2017", "dom"],
|
|
"inlineSources": true,
|
|
"sourceMap": true
|
|
},
|
|
"include": ["src/@awesome-cordova-plugins/core/**/*.ts"],
|
|
"exclude": ["node_modules", "src/@awesome-cordova-plugins/core/**/*.spec.ts"]
|
|
}
|