Skip to content
Snippets Groups Projects
Unverified Commit 521851a8 authored by Michael Kriese's avatar Michael Kriese Committed by GitHub
Browse files

build: add `isolatedModules` for typescript (#13228)

parent dad3863e
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@
"noImplicitOverride": true,
"experimentalDecorators": true,
"useUnknownInCatchVariables": false /* we aren't prepared for enabling this by default since ts 4.4*/,
"isolatedModules": true /* required for esbuild */,
"lib": ["es2020"],
"types": ["node", "jest", "jest-extended", "expect-more-jest"],
"allowJs": true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment