Skip to content

Commit

Permalink
chore(nextjs): Exclude test files from the declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosdouvlis committed Nov 28, 2023
1 parent 950f4b2 commit d9fbb9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/nextjs/tsconfig.declarations.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"declarationMap": true,
"sourceMap": false,
"declarationDir": "./dist/types"
}
},
"exclude": ["src/**/*.test.ts", "src/**/*.test.tsx"]
}

0 comments on commit d9fbb9a

Please sign in to comment.