Skip to content

Instantly share code, notes, and snippets.

@tomtobac
Created October 19, 2022 18:23
Show Gist options
  • Save tomtobac/b66aea8b8309ca8b6b4f50225e6a998f to your computer and use it in GitHub Desktop.
Save tomtobac/b66aea8b8309ca8b6b4f50225e6a998f to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"target": "es6",
"moduleResolution": "node",
"sourceMap": true,
"outDir": "dist"
},
"include": ["src"],
"lib": ["es2015"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment