Skip to content

Commit

Permalink
update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhduong committed Apr 24, 2018
1 parent abbe3e0 commit 715a8b7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,19 @@
"sourceMap": true,
"outDir": "./dist",
"moduleResolution": "node",
"module": "amd",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"outFile": "dist/eslinq.js",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2017",
"dom"
]
}
},
"files": [
"./src/index.ts"
]
}

0 comments on commit 715a8b7

Please sign in to comment.