Created
March 17, 2021 16:02
-
-
Save nirsky/71c24f908f5e1f7ac816802b1d00b544 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
{ | |
"compilerOptions": { | |
"module": "commonjs", | |
"target": "ES2017", | |
"lib": ["ES2019"], | |
"rootDir": "src", | |
"outDir": "dist", | |
"declaration": false, | |
"sourceMap": false, | |
"inlineSources": false, | |
"types": ["node"] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment