Created
February 13, 2023 02:27
-
-
Save nk4dev/6c4d81b9ae409161d35cd6132fb533f0 to your computer and use it in GitHub Desktop.
my tsconfig
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
{ | |
"compilerOptions": { | |
"target": "ES2022", | |
"sourceMap": false, | |
"module": "CommonJS", | |
"rootDir": "src/lib", | |
"outDir": "src/runner" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
update.