Last active
December 1, 2021 09:39
-
-
Save ah584d/e2aec08182e4e3c7c032e2df68728cfc to your computer and use it in GitHub Desktop.
tsconfig.json 'module':'commonjs'
This file contains hidden or 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": { | |
| /* Basic Options */ | |
| "target": "esnext", | |
| "module": "commonjs", | |
| "lib": ["es2017"], .... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment