Skip to content

Commit

Permalink
build: fix types reference (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
climba03003 authored Sep 13, 2024
1 parent 90e12c2 commit b744234
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
4 changes: 0 additions & 4 deletions packages/abstract-send/fast-decode-uri-component.d.ts

This file was deleted.

1 change: 1 addition & 0 deletions packages/abstract-send/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"devDependencies": {
"@kakang/unit": "workspace:^",
"@types/escape-html": "^1.0.4",
"@types/fast-decode-uri-component": "^1.0.0",
"@types/http-errors": "^2.0.4",
"@types/node": "^22.5.4",
"@types/supertest": "^6.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/abstract-send/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"compilerOptions": {
"outDir": "lib"
},
"include": ["lib/**/*", "fast-decode-uri-component.d.ts"]
"include": ["lib/**/*"]
}
2 changes: 1 addition & 1 deletion packages/abstract-send/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"skipLibCheck": true,
"esModuleInterop": true
},
"include": ["lib/**/*", "test/**/*", "fast-decode-uri-component.d.ts"],
"include": ["lib/**/*", "test/**/*"],
"exclude": ["node_modules"],
"ts-node": {
"files": true
Expand Down
2 changes: 1 addition & 1 deletion packages/abstract-send/tsconfig.mjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"module": "ESNext",
"outDir": "lib/mjs"
},
"include": ["lib/**/*", "fast-decode-uri-component.d.ts"],
"include": ["lib/**/*"],
"tsc-alias": {
"resolveFullPaths": true
}
Expand Down
8 changes: 8 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b744234

Please sign in to comment.