3
0
mirror of https://github.com/danielsogl/awesome-cordova-plugins.git synced 2025-03-30 11:02:48 +08:00

16 lines
294 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "ES5",
"sourceMap": true,
"declaration": true,
"experimentalDecorators": true,
"outDir": "dist/es5",
"moduleResolution": "node"
},
"files": [
"typings/es6-shim/es6-shim.d.ts",
"src/index.ts"
]
}