Skip to content

Commit

Permalink
rename test file + adjust ts conf
Browse files Browse the repository at this point in the history
  • Loading branch information
nclslbrn committed Dec 9, 2023
1 parent 107f2bd commit 72f9aed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src", "__tests__/palette.ts"]
"include": ["src"],
"exclude": ["__tests__/index.ts"]
}

0 comments on commit 72f9aed

Please sign in to comment.