cordova-plugin-qonversion
Version:
Qonversion Cordova Plugin
16 lines (15 loc) • 345 B
JSON
{
"compilerOptions": {
"lib": ["es6", "dom"],
"module": "commonjs",
"target": "esnext",
"declaration": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"outDir": "www",
"strict": true,
"resolveJsonModule": true
},
"include": ["src/plugin/*"],
"exclude": ["node_modules", "dist"]
}