Skip to content

Instantly share code, notes, and snippets.

@Joe1220
Created June 9, 2020 17:13
Show Gist options
  • Save Joe1220/3a99c81ade109c1541c7f0c149339a1c to your computer and use it in GitHub Desktop.
Save Joe1220/3a99c81ade109c1541c7f0c149339a1c to your computer and use it in GitHub Desktop.
ts-absolute version 1
{
"compilerOptions": {
"module": "Commonjs",
"target": "es5",
"sourceMap": true,
"allowJs": true,
"baseUrl": ".",
"paths": {
"src/*": ["src/*"]
}
},
"exclude": ["node_modules"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment