chore: ignore type checking on instance app

This commit is contained in:
Ben Allfree 2023-11-14 17:11:37 -08:00
parent 67f8763dcf
commit cee40bf936

View File

@ -25,5 +25,5 @@
}
},
"include": ["./src"],
"exclude": ["src/mothership-app"]
"exclude": ["src/mothership-app", "src/instance-app"]
}