Created
February 15, 2022 16:54
-
-
Save lydell/d08445610f8f316d55fd57b7785079b1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"compilerOptions": { | |
"allowSyntheticDefaultImports": true, | |
"esModuleInterop": true, | |
"forceConsistentCasingInFileNames": true, | |
"isolatedModules": true, | |
"module": "CommonJS", | |
"moduleResolution": "node", | |
"noEmit": true, | |
"noFallthroughCasesInSwitch": true, | |
"noImplicitOverride": true, | |
"noImplicitReturns": true, | |
"noUncheckedIndexedAccess": true, | |
"skipLibCheck": true, | |
"strict": true, | |
"target": "ES2019", | |
"useUnknownInCatchVariables": true, | |
"lib": [ | |
"ES2019", | |
"DOM", | |
"DOM.Iterable" | |
], | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment