Skip to content

Commit 43e7afd

Browse files
committed
Ignore react-project from nest build
1 parent 9fc29dc commit 43e7afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": "./tsconfig.json",
3-
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
3+
"exclude": ["node_modules", "test", "dist", "**/*spec.ts", "views/interactivity"]
44
}

0 commit comments

Comments
 (0)