Skip to content

Instantly share code, notes, and snippets.

@alexlafroscia
Created August 20, 2018 19:55
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexlafroscia/b3264afb1c9023be1052169defaa3e2f to your computer and use it in GitHub Desktop.
Save alexlafroscia/b3264afb1c9023be1052169defaa3e2f to your computer and use it in GitHub Desktop.
Ember App jsconfig.json
{
"compilerOptions": {
"target": "es6",
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {
"origin-story-core-ui/*": ["./app/*"]
}
},
"exclude": [
"coverage",
"dist",
"node_modules",
"recordings",
"temp",
"tmp",
"translations",
"vendor"
],
"typeAcquisition": {
"enable": true,
"include": ["ember", "ember-data", "qunit", "ember-qunit"]
}
}
@ynotdraw
Copy link

Thanks for sharing this!

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