mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
17 lines
317 B
JSON
17 lines
317 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"target": "es5",
|
||
|
"noImplicitAny": false,
|
||
|
"outDir": "dist",
|
||
|
"rootDir": ".",
|
||
|
"sourceMap": false,
|
||
|
"declaration": true
|
||
|
},
|
||
|
"files": [
|
||
|
"src/index.ts"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"node_modules"
|
||
|
]
|
||
|
}
|