Skip to content

Commit

Permalink
start work on moderning this repo with goal of reducing output size
Browse files Browse the repository at this point in the history
  • Loading branch information
samualtnorman committed Feb 13, 2024
1 parent 075fd3d commit e52b480
Show file tree
Hide file tree
Showing 14 changed files with 2,572 additions and 4,928 deletions.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
"out": true // set this to false to include "out" folder in search results
},
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
"typescript.tsc.autoDetect": "off"
"typescript.tsc.autoDetect": "off",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true
}
1 change: 1 addition & 0 deletions env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module "@babel/preset-typescript" {}
Loading

0 comments on commit e52b480

Please sign in to comment.