awesome-cordova-plugins/tsconfig.json

15 lines
258 B
JSON
Raw Normal View History

2015-11-24 16:37:29 -08:00
{
"compilerOptions": {
"module": "commonjs",
"target": "ES5",
"sourceMap": true,
"declaration": true,
"experimentalDecorators": true,
"outDir": "dist"
},
"files": [
"typings/es6-shim/es6-shim.d.ts",
"src/index.ts"
]
2015-11-25 11:44:58 -06:00
}