Skip to content
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon Smith <gordonjsmith@gmail.com>
  • Loading branch information
GordonSmith committed May 26, 2017
1 parent f5681a9 commit af36053
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions packages/widgets/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,23 @@
"compilerOptions": {
"declaration": true,
"noImplicitAny": true,
"noEmitOnError": true,
"noEmitOnError": false,
"noUnusedLocals": true,
"strictNullChecks": true,
"module": "commonjs",
"moduleResolution": "node",
"target": "ES5",
"outDir": "./lib",
"lib": ["ES5", "ES2015.Collection", "ES2015.Promise", "DOM"],
"sourceMap": true,
"lib": [
"ES5",
"ES2015.Collection",
"ES2015.Promise",
"DOM"
],
"types": []
},
"include": ["src/*"]
}
"include": [
"src/*"
]
}

0 comments on commit af36053

Please sign in to comment.