Add missing tsconfig file

This commit is contained in:
Felipe Knorr Kuhn 2022-07-07 12:33:04 -07:00
parent 2c222c36d2
commit dc258da6c0
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

View File

@ -0,0 +1,4 @@
{
"extends": "./tsconfig",
"exclude": ["**/*.test.*", "**/__mocks__/*", "**/__tests__/*"]
}