mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 00:12:53 +08:00
13 lines
196 B
JSON
13 lines
196 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": false,
|
|
"lib": ["es6"]
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|