awesome-cordova-plugins/tsconfig.json

15 lines
258 B
JSON
Raw Normal View History

2015-11-25 08: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-26 01:44:58 +08:00
}