Skip to content

Instantly share code, notes, and snippets.

@jonathborg
Created January 31, 2023 17:45
Show Gist options
  • Save jonathborg/b9164bf2f37b4d41eab2beed30281d9f to your computer and use it in GitHub Desktop.
Save jonathborg/b9164bf2f37b4d41eab2beed30281d9f to your computer and use it in GitHub Desktop.
Node.js tsconfig.json
{
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext",
"target": "ES2020",
"sourceMap": true,
"outDir": "dist",
},
"include": ["src/**/*"],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment