Skip to content

Commit 14c31f4

Browse files
authored
Ignore e2e folder in dojo build (#250)
1 parent 2719a02 commit 14c31f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript-sdk/apps/dojo/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
}
2626
},
2727
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
28-
"exclude": ["node_modules"]
28+
"exclude": ["node_modules", "e2e"]
2929
}

0 commit comments

Comments
 (0)