convert to pnpm workspace

This commit is contained in:
Robert Soriano
2022-05-17 08:57:07 -07:00
parent e9224c3c5e
commit 3df0b44d44
25 changed files with 420 additions and 214 deletions

View File

@@ -0,0 +1,14 @@
{
"compilerOptions": {
"target": "es2018",
"module": "esnext",
"lib": ["esnext"],
"moduleResolution": "node",
"esModuleInterop": true,
"strict": true,
"strictNullChecks": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"skipDefaultLibCheck": true
}
}