Skip to content

Instantly share code, notes, and snippets.

@kharioki
Created March 5, 2023 11:54
Show Gist options
  • Save kharioki/357378b0433eaf9e3b44bbd7b2a4a996 to your computer and use it in GitHub Desktop.
Save kharioki/357378b0433eaf9e3b44bbd7b2a4a996 to your computer and use it in GitHub Desktop.
node 18 tsconfig
{
"extends": "@tsconfig/node18/tsconfig.json",
"compilerOptions": {
"lib": [
"ESNext"
],
"outDir": "dist"
},
"include": [
"src"
],
"exclude": [
"node_modules",
"**/*.test.ts"
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment