Skip to content

Commit 1e0f987

Browse files
authoredJul 16, 2024··
feat!: Port to TypeScript, closes #762 (#763)
Ports all code to Typescript. TS users should no longer need to install `@types/uuid`.
1 parent 1d532ca commit 1e0f987

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+6438
-7753
lines changed
 

‎.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
browserstack.err
33
dist/
44
local.log
5+
logs/
56
node_modules/
6-
vscode/

‎.vscode/extensions.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"recommendations": [
3+
"dbaeumer.vscode-eslint",
4+
"ms-vscode.vscode-typescript-next",
5+
"esbenp.prettier-vscode",
6+
"stkb.rewrap"
7+
]
8+
}

0 commit comments

Comments
 (0)
Please sign in to comment.