Skip to content

Instantly share code, notes, and snippets.

@odensc
Created February 13, 2019 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save odensc/d52147afecfa697852171402cf5eb605 to your computer and use it in GitHub Desktop.
Save odensc/d52147afecfa697852171402cf5eb605 to your computer and use it in GitHub Desktop.
import test from "@shuffl/test";
console.log(test);
export default "TEST";
{
"compilerOptions": {
"moduleResolution": "node",
"target": "esnext",
"lib": ["esnext", "dom"],
"baseUrl": ".",
"paths": {
"@shuffl/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment