Skip to content

Commit

Permalink
add tsconf publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Telnov committed Sep 15, 2016
1 parent cdc76cc commit 04152e2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions tsconfig.publish.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": false,
"noEmitHelpers": false,
"noImplicitAny": true,
"declaration": true
},
"exclude": [
"node_modules"
],
"files": [
"./typings/index.d.ts",
"./demo/custom-typings.d.ts",
"./ng2-file-upload.ts"
]
}

0 comments on commit 04152e2

Please sign in to comment.