feat: Add TypeScript definitions (#9693)

This commit is contained in:
Diamond Lewis
2025-04-15 06:59:58 -05:00
committed by GitHub
parent 39ef22d5c9
commit e86718fc59
19 changed files with 1482 additions and 36 deletions

View File

@@ -1,11 +1,16 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es2015",
"declaration": true,
"emitDeclarationOnly": true,
"outDir": "types",
"noImplicitAny": false,
"allowJs": false,
"skipLibCheck": true
"skipLibCheck": true,
"paths": {
"deepcopy": ["./types/@types/deepcopy"],
}
},
"include": [
"src/*.ts"