feat(v2): expose canonical schema contracts
This commit is contained in:
parent
203885d241
commit
ad295d58fa
15 changed files with 159 additions and 30 deletions
|
|
@ -4,9 +4,9 @@
|
|||
"compilerOptions": {
|
||||
"rootDir": "src",
|
||||
"outDir": "dist",
|
||||
"module": "nodenext",
|
||||
"module": "esnext",
|
||||
"declaration": true,
|
||||
"moduleResolution": "nodenext",
|
||||
"moduleResolution": "bundler",
|
||||
"lib": ["es2022", "dom", "dom.iterable"]
|
||||
},
|
||||
"include": ["src"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue