Skip to content

Instantly share code, notes, and snippets.

@daniepetrov
Forked from BlackMix/jsconfig.json
Last active October 17, 2018 13:15
Show Gist options
  • Save daniepetrov/a79038da2456d9c3649d18cfedd10aad to your computer and use it in GitHub Desktop.
Save daniepetrov/a79038da2456d9c3649d18cfedd10aad to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"baseUrl": ".",
"paths": {
"common/*": ["./src/common/*"],
"core/*": ["./src/core/*"]
}
},
"exclude": ["node_modules", "**/node_modules/*", "build", "dist"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment