Skip to content

Instantly share code, notes, and snippets.

@HunterLarco
Created April 10, 2021 14:47
Show Gist options
  • Save HunterLarco/47d586aa89e3a6d4f630191cffaabd4e to your computer and use it in GitHub Desktop.
Save HunterLarco/47d586aa89e3a6d4f630191cffaabd4e to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"alwaysStrict": true,
"baseUrl": ".",
"forceConsistentCasingInFileNames": true,
"lib": ["es2018"],
"module": "commonjs",
"moduleResolution": "node",
"noFallthroughCasesInSwitch": true,
"paths": { "twitter-v2": ["src"] },
"typeRoots": [
"./node_modules/@types",
"./src"
],
"outDir": "dist",
"strict": true,
"target": "es2018"
},
"include": [
"src/**/*",
"tests/**/*"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment