Skip to content

Commit

Permalink
Fix ts build
Browse files Browse the repository at this point in the history
  • Loading branch information
kubat committed Feb 16, 2023
1 parent 3185a91 commit 2d4496d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
"outDir": "./dist",
"composite": true,
"preserveSymlinks": false,
"rootDir": "src",
"types": ["jest"]
},
"include": ["src"],
"exclude": ["node_modules", "dist"],
"exclude": ["node_modules", "dist"]
}

0 comments on commit 2d4496d

Please sign in to comment.