chore(build): rename to more explicit tsconfig-es5.json

This commit is contained in:
Daniel Imhoff
2016-09-14 14:13:14 -05:00
parent efbd11676f
commit 35c37c2d9e
2 changed files with 1 additions and 1 deletions
-15
View File
@@ -1,15 +0,0 @@
{
"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"
]
}