tsconfig: actually, remove `excludes` entirely (the default is good)

jest-ts-fix
Alex Gleason 2022-06-21 12:28:53 -05:00
rodzic 72fedea837
commit 9d08d2798b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -14,6 +14,5 @@
"experimentalDecorators": true,
"esModuleInterop": true,
"typeRoots": [ "./types", "./node_modules/@types"]
},
"exclude": ["node_modules", "types"]
}
}