awesome-cordova-plugins/tsconfig.json
2016-09-14 13:35:45 -05: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"
]
}