Skip to content

Commit

Permalink
build: update tsconfig.lib
Browse files Browse the repository at this point in the history
  • Loading branch information
lwhiteley committed Jan 6, 2024
1 parent 4f4856e commit 62a1a4e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/history-utility/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,11 @@
"types": ["node"]
},
"include": ["src/**/*.ts", "src/**/*.tsx"],
"exclude": ["vite.config.ts", "src/**/*.spec.ts", "src/**/*.test.ts"]
"exclude": [
"vite.config.ts",
"src/**/*.spec.ts",
"src/**/*.test.ts",
"src/**/*.spec.tsx",
"src/**/*.test.tsx"
]
}

0 comments on commit 62a1a4e

Please sign in to comment.