Skip to content

Commit

Permalink
🏗exclude test.ts – we don't need to transpile it
Browse files Browse the repository at this point in the history
  • Loading branch information
astoilkov committed Mar 15, 2020
1 parent 3448ef7 commit 42b4760
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@
"allowUnreachableCode": false,
"noFallthroughCasesInSwitch": true,
"forceConsistentCasingInFileNames": true
}
},

"exclude": ["test.ts"]
}

0 comments on commit 42b4760

Please sign in to comment.