mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 00:12:53 +08:00
a5f3d7a9bd
closes #251
15 lines
258 B
JSON
15 lines
258 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "ES5",
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"experimentalDecorators": true,
|
|
"outDir": "dist"
|
|
},
|
|
"files": [
|
|
"typings/es6-shim/es6-shim.d.ts",
|
|
"src/index.ts"
|
|
]
|
|
}
|