3
0
mirror of https://github.com/danielsogl/awesome-cordova-plugins.git synced 2025-04-27 13:33:34 +08:00
2021-09-27 17:07:03 +02:00

14 lines
290 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"moduleResolution": "node",
"noImplicitAny": false,
"lib": ["es6"],
"paths": {
"@awesome-cordova-plugins/core": ["../src/@awesome-cordova-plugins/core"]
}
},
"exclude": ["node_modules"]
}