awesome-cordova-plugins/tsconfig.json
2016-06-27 08:41:10 -04:00

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"
]
}