initial commit

This commit is contained in:
CaiHQ
2023-03-15 01:15:57 +08:00
commit 3ee7b5bfc7
34 changed files with 4856 additions and 0 deletions

10
tsconfig.build.json Normal file
View File

@@ -0,0 +1,10 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": false,
"declaration": true,
"declarationDir": "types",
"outDir": "dist"
},
"exclude": ["test/**/*.ts", "test/**/*.d.ts", "rollup.config.ts"]
}