Skip to content

Instantly share code, notes, and snippets.

@emekaorji
Last active December 16, 2023 07:29
Show Gist options
  • Save emekaorji/976775a7cccfcdd89370862ec8c33b08 to your computer and use it in GitHub Desktop.
Save emekaorji/976775a7cccfcdd89370862ec8c33b08 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"target": "ES2020",
"useDefineForClassFields": true,
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"module": "ESNext",
"skipLibCheck": true,
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
},
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment