TypeScript boilerplate.

This commit is contained in:
Jack Hadrill
2022-01-30 17:44:50 +00:00
parent dd50811132
commit 0f2f619e96
12 changed files with 11311 additions and 2 deletions

5
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"recommendations": [
"orta.vscode-jest"
]
}