Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
vpiyachinda committed Feb 9, 2024
1 parent 2f5ebb4 commit 9b048e7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 25 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"vitest": "vitest/index.js",
"license": "MIT",
"scripts": {
"build": "tsc -p tsconfig.build.json",
"build": "tsc -p tsconfig.json",
"test": "jest",
"test:ci": "jest --config ./jest.config.js",
"prepublishOnly": "yarn build"
Expand Down
20 changes: 0 additions & 20 deletions tsconfig.build.json

This file was deleted.

3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"outDir": "./",
"esModuleInterop": true,
"strict": true,
"allowJs": true
"allowJs": true,
"skipLibCheck": true
},
"include": ["src"],
"exclude": [
Expand Down

0 comments on commit 9b048e7

Please sign in to comment.