Skip to content

Instantly share code, notes, and snippets.

@jahan-addison
Last active April 26, 2022 04:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jahan-addison/4e13368035fe0086444dc204bf46a800 to your computer and use it in GitHub Desktop.
Save jahan-addison/4e13368035fe0086444dc204bf46a800 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"alwaysStrict": true,
"experimentalDecorators": true,
"module": "esnext",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"moduleResolution": "node",
"noEmitOnError": false,
"jsx": "react",
"strict": true,
"baseUrl": "src",
"rootDirs": [
"src"
],
"noUnusedLocals": true,
"noEmit": true,
"noUnusedParameters": true,
"pretty": true,
"preserveConstEnums": true,
"stripInternal": true,
"target": "esnext",
"typeRoots": [
"src/types",
"node_modules/@types"
]
},
"include": [
"src"
],
"exclude": [
"node_modules"
],
"compileOnSave": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment