feat: add @affine/sdk (#3536)

This commit is contained in:
Alex Yang
2023-08-03 04:47:05 +00:00
committed by GitHub
parent d3c719d89a
commit ea34d66e14
39 changed files with 256 additions and 93 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"extends": "../../tsconfig.json",
"include": ["./src"],
"compilerOptions": {
"composite": true,
"noEmit": false,
"moduleResolution": "Node16",
"outDir": "lib"
},
"references": [
{
"path": "./tsconfig.node.json"
}
]
}