This commit is contained in:
Nathan Bierema 2021-09-18 16:38:58 -04:00
parent b4c3906381
commit ff312cd4b8

View File

@ -6,7 +6,7 @@
"strict": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true
"forceConsistentCasingInFileNames": true,
// See https://github.com/DefinitelyTyped/DefinitelyTyped/issues/33311
"types": ["node", "jest", "webpack-env", "chrome"]
}