Skip to content

Commit

Permalink
Tools: Updated TypeScript configurations to reflect readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
bre1470 authored and TorsteinHonsi committed Sep 5, 2019
1 parent 868a9a5 commit 3768e2d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion samples/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"compilerOptions": {
"downlevelIteration": true,
"sourceMap": true,
"noEmit": false,
"noEmitOnError": true,
"noImplicitAny": true,
"noImplicitThis": true,
"strict": false,
Expand All @@ -14,6 +15,7 @@
"es5"
],
"types": [
// disable node types
]
},
"files": [
Expand Down
3 changes: 3 additions & 0 deletions test/test-utilities.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ declare class TestUtilities {
/**
* Convenient wrapper for installing lolex and bypassing
* requestAnimationFrame. Returns a clock object.
*
* @param lolexConfig
* Config supplied to lolex.install
*/
private static lolexInstall;
/**
Expand Down
1 change: 1 addition & 0 deletions ts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"allowSyntheticDefaultImports": true,
"checkJs": false,
"declaration": false,
"downlevelIteration": true,
"esModuleInterop": true,
"noEmitOnError": true,
"noFallthroughCasesInSwitch": true,
Expand Down

0 comments on commit 3768e2d

Please sign in to comment.