Skip to content

Commit

Permalink
chore: fix tsc build
Browse files Browse the repository at this point in the history
  • Loading branch information
darlanalves committed May 5, 2024
1 parent dd0cee2 commit dceda9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ node_modules/
dist/
data/
coverage/
cloud.db*
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"extends": "@cloud-cli/typescript-config",
"compilerOptions": {
"outDir": "./dist"
"outDir": "./dist",
"moduleResolution": "Bundler",
"skipLibCheck": true
},
"include": ["./src/*.ts"],
"exclude": ["**/node_modules/vitest/*"]
Expand Down

0 comments on commit dceda9b

Please sign in to comment.