Skip to content

Instantly share code, notes, and snippets.

@treyhuffine
Created December 31, 2019 00:48
Show Gist options
  • Save treyhuffine/170879b55009e16f79a457976fa0bdd8 to your computer and use it in GitHub Desktop.
Save treyhuffine/170879b55009e16f79a457976fa0bdd8 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"target": "es6",
"noImplicitAny": true,
"moduleResolution": "node",
"sourceMap": true,
"outDir": "dist",
"baseUrl": ".",
"paths": {
"*": ["node_modules/*", "src/types/*"]
}
},
"include": ["src/**/*"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment