Skip to content

Instantly share code, notes, and snippets.

@barisbll
Created September 4, 2022 11:52
Show Gist options
  • Save barisbll/05ad361ec87b34684f1ef532453d3282 to your computer and use it in GitHub Desktop.
Save barisbll/05ad361ec87b34684f1ef532453d3282 to your computer and use it in GitHub Desktop.
ts-debug/ projects's tsconfig file
{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"outDir": "./dist",
"rootDir": "./src",
"sourceMap": true,
"strict": true,
"esModuleInterop": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "**/*.test.ts"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment