Created
October 19, 2022 18:23
-
-
Save tomtobac/b66aea8b8309ca8b6b4f50225e6a998f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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