Skip to content

Commit

Permalink
refactor(format): fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
timofei-iatsenko committed Mar 14, 2023
1 parent e3d8f31 commit 26e20ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/conf/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"declaration": true,
"outDir": "./build",
"esModuleInterop": true,
"resolveJsonModule": true
"resolveJsonModule": true,
"skipLibCheck": true
},
"files": [
"./src/index.ts"
Expand Down
3 changes: 2 additions & 1 deletion packages/vite-plugin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"declaration": true,
"outDir": "./build",
"esModuleInterop": true,
"resolveJsonModule": true
"resolveJsonModule": true,
"skipLibCheck": true
},
"include": [
"src"
Expand Down

0 comments on commit 26e20ef

Please sign in to comment.