Skip to content

Commit

Permalink
Ignore dist/ when running tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
zapo committed Jan 20, 2025
1 parent 58ebd32 commit a375e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"lib": ["DOM", "DOM.Iterable", "ES6"]
},
"include": ["./build.json", "."],
"exclude": ["./**/*.test.ts", "./test"]
"exclude": ["./**/*.test.ts", "./test", "./dist"]
}

0 comments on commit a375e9b

Please sign in to comment.