Skip to content

Commit

Permalink
Drop types-tsconfig again
Browse files Browse the repository at this point in the history
  • Loading branch information
paescuj committed Dec 26, 2024
1 parent b386f30 commit 4b26faf
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 26 deletions.
2 changes: 1 addition & 1 deletion bin/build/lib/ts.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import ts from 'typescript';
*
* @param {string} path
* @param {string} content
* @param {import('types-tsconfig').TSConfigJSON['compilerOptions']} options
* @param {object} options
*/
export function getDts(path, content, options) {
options = ts.convertCompilerOptionsFromJson(options, '').options;
Expand Down
1 change: 0 additions & 1 deletion bin/build/targets/react/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ const jsTargets = [
/** @type {import('esbuild').TransformOptions} */
const defaultEsbuildOptions = { target: 'es6', minify: true };

/** @type {import('types-tsconfig').TSConfigJSON['compilerOptions']} */
const defaultTsOptions = {
declaration: true,
emitDeclarationOnly: true,
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"prettier": "^3.4.2",
"scule": "^1.3.0",
"semver": "^7.6.3",
"types-tsconfig": "2.1.1",
"typescript": "~5.7.2",
"vite": "^6.0.4",
"vite-plugin-dts": "^4.4.0"
Expand Down
23 changes: 0 additions & 23 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 4b26faf

Please sign in to comment.