chore: generate sdk into packages/sdk

This commit is contained in:
adamdotdevin
2025-07-22 11:50:51 -05:00
parent 500cea5ce7
commit 10c8b49590
110 changed files with 12576 additions and 201 deletions

View File

@@ -0,0 +1,11 @@
{
// this config is included in the published src directory to prevent TS errors
// from appearing when users go to source, and VSCode opens the source .ts file
// via declaration maps
"include": ["index.ts"],
"compilerOptions": {
"target": "ES2015",
"lib": ["DOM", "DOM.Iterable", "ES2018"],
"moduleResolution": "node"
}
}