mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 08:32:52 +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"
|
|
]
|
|
} |