erichosick / tc-test

A pnpm workspace that contains all of our packages and products.
https://www.sqlpm.com
GNU General Public License v3.0
0 stars 0 forks source link

support for typescript configuration, linting, typescript test files, etc. #10

Closed erichosick closed 3 weeks ago

erichosick commented 3 weeks ago

Some of the features we will be adding, such as linting and testing, require typescript. We will need to setup typescript at the workspace level. Other typescript configurations will be required on a package by package basis.

erichosick commented 3 weeks ago

addressed by: #bc20d79