Skip to content

Instantly share code, notes, and snippets.

@franzwong
Created July 1, 2019 01:51
Show Gist options
  • Save franzwong/589244c51724c7215f3b61f75535a09f to your computer and use it in GitHub Desktop.
Save franzwong/589244c51724c7215f3b61f75535a09f to your computer and use it in GitHub Desktop.
Typescript config example
{
"compilerOptions": {
"outDir": "./built",
"allowJs": true,
"target": "ES2018",
"moduleResolution": "node",
"module": "commonjs"
},
"include": [
"./src/**/*"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment