moved to zod, packages messed up still
This commit is contained in:
parent
15dd03c0ec
commit
a8ee4022bf
35 changed files with 3245 additions and 691 deletions
|
|
@ -3,10 +3,9 @@
|
|||
"compilerOptions": {
|
||||
// JavaScript output target version
|
||||
"target": "ES2022",
|
||||
|
||||
// Module configuration for different project types
|
||||
// Module configuration for different project types
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"moduleResolution": "node",
|
||||
"composite": true,
|
||||
|
||||
// Type checking
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue