Skip to content

Commit

Permalink
include build config in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
s1gr1d committed Dec 11, 2024
1 parent 9fcd669 commit c54b84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuxt/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.json",

"include": ["src/**/*"],
"include": ["src/**/*", "build.config.ts"],

"compilerOptions": {
// package-specific options
Expand Down

0 comments on commit c54b84d

Please sign in to comment.