Delete tsconfig.json > compilerOptions.types

This commit is contained in:
kazukinagata 2020-07-24 17:46:29 +09:00
parent a1748afd09
commit 5f49d5b7b1

View File

@ -29,7 +29,5 @@
"jest",
"src/setupTests.ts"
],
"types": [
"typePatches"
]
"types": []
}