Skip to content

Commit

Permalink
Add second tsconfig to fix CI-Build
Browse files Browse the repository at this point in the history
  • Loading branch information
neroniaky committed Jan 10, 2017
1 parent 31d5930 commit 69230c5
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,

"declaration": true,
"sourceMap": true,

"lib": [
"dom",
"es6"
],
"types": [
"hammerjs",
"jasmine",
"node",
"selenium-webdriver",
"source-map",
"uglify-js",
"webpack"
]
},
"exclude": [
"node_modules",
"lib",
"**/*.spec.ts"
]
}

0 comments on commit 69230c5

Please sign in to comment.