Add better fallback

This commit is contained in:
Nick Gerleman
2023-10-19 21:04:33 -07:00
parent 4451340610
commit b4960085c6
5 changed files with 43 additions and 10 deletions

View File

@@ -17,6 +17,7 @@
}
},
"include": [
"src/**/*"
"src/**/*",
"tests/**/*"
]
}