14 lines
290 B
JSON
Raw Permalink Normal View History

2017-12-28 07:28:44 -05:00
{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"moduleResolution": "node",
"noImplicitAny": false,
2021-09-24 14:25:04 -05:00
"lib": ["es6"],
"paths": {
"@awesome-cordova-plugins/core": ["../src/@awesome-cordova-plugins/core"]
2021-09-24 14:25:04 -05:00
}
2017-12-28 07:28:44 -05:00
},
2020-05-16 14:40:49 +02:00
"exclude": ["node_modules"]
2017-12-28 07:28:44 -05:00
}