1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-17 16:45:31 -04:00

now safe to bump typescript to 4.6

This commit is contained in:
2022-03-07 15:01:30 -05:00
parent 34fccfefc3
commit ff9bb81d30
6 changed files with 84 additions and 90 deletions

View File

@@ -12,5 +12,6 @@
"prettier.requireConfig": true,
"prettier.configPath": ".prettierrc.json",
"npm.packageManager": "yarn",
"eslint.packageManager": "yarn"
"eslint.packageManager": "yarn",
"typescript.tsdk": "node_modules/typescript/lib"
}