* First release with the following changes
This commit is contained in:
2023-05-25 13:09:54 -06:00
parent f85619450f
commit c0930f4780
24 changed files with 32430 additions and 198 deletions

View File

@ -8,5 +8,6 @@
},
"typescript.tsdk": "./node_modules/typescript/lib", // we want to use the TS server from our node_modules folder to control its version
"typescript.tsc.autoDetect": "off",
"todo-tree.tree.scanMode": "workspace only" // Turn off tsc task auto detection since we have the necessary task as npm scripts
"todo-tree.tree.scanMode": "workspace only",
"cSpell.enabled": false // Turn off tsc task auto detection since we have the necessary task as npm scripts
}