mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 00:12:53 +08:00
14 lines
290 B
JSON
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"]
|
|
}
|