Skip to content

Instantly share code, notes, and snippets.

View CraftyMonkey's full-sized avatar
🐒
Avoiding other monkeys

Dimitri Huin CraftyMonkey

🐒
Avoiding other monkeys
  • Shopify
  • QC
View GitHub Profile
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"moduleResolution": "classic",
"jsx": "preserve",
"baseUrl": "./src",
"paths": {
"*": ["./*/index"]
}