Skip to content

Commit

Permalink
Testing TypeScript
Browse files Browse the repository at this point in the history
About to start experimenting with a little rewrite, in TypeScript! First I'm just going to try and get the Service Worker set up, as that has been one of the harder things to get going when working on STE previously. Having types for the Service Worker will really help out so much! I'm really glad that Promises and using Async-Await makes more sense to me now also, as that was my biggest challenge for understanding the Service Worker lifecycle previously.
  • Loading branch information
Offroaders123 committed Oct 14, 2022
1 parent cb5a710 commit 441d180
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
File renamed without changes.
10 changes: 10 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"module": "ESNext",
"target": "ESNext",
"noEmit": true,
"strict": true
}
}

0 comments on commit 441d180

Please sign in to comment.