Skip to content

Instantly share code, notes, and snippets.

@nk4dev
Created February 13, 2023 02:27
Show Gist options
  • Save nk4dev/6c4d81b9ae409161d35cd6132fb533f0 to your computer and use it in GitHub Desktop.
Save nk4dev/6c4d81b9ae409161d35cd6132fb533f0 to your computer and use it in GitHub Desktop.
my tsconfig
{
"compilerOptions": {
"target": "ES2022",
"sourceMap": false,
"module": "CommonJS",
"rootDir": "src/lib",
"outDir": "src/runner"
}
}
@nk4dev
Copy link
Author

nk4dev commented Feb 13, 2023

update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment