10000 include build config in tsconfig · maximepvrt/sentry-javascript@c54b84d · GitHub
[go: up one dir, main page]

Skip to content

Commit c54b84d

Browse files
committed
include build config in tsconfig
1 parent 9fcd669 commit c54b84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nuxt/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "../../tsconfig.json",
33

4-
"include": ["src/**/*"],
4+
"include": ["src/**/*", "build.config.ts"],
55

66
"compilerOptions": {
77
// package-specific options

0 commit comments

Comments
 (0)
0