chore: 初始化 TypeScript monorepo

This commit is contained in:
root
2026-09-14 10:34:07 +08:00
parent 39798c2f7c
commit 332bf2fb46
11 changed files with 2601 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"name": "@drift/contracts",
"version": "0.0.0",
"private": true,
"type": "module",
"exports": "./src/index.ts",
"scripts": {
"test": "vitest run src/index.test.ts"
}
}