Skip to content

Commit ce2905a

Browse files
committed
fix: correct path to linter project
Signed-off-by: Christian Stewart <christian@aperture.us>
1 parent fd69519 commit ce2905a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.app.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
"noFallthroughCasesInSwitch": true,
2323
"noUncheckedSideEffectImports": true
2424
},
25-
"include": ["src"]
25+
"include": ["src", "example"]
2626
}

0 commit comments

Comments
 (0)