Skip to content

Instantly share code, notes, and snippets.

@PavelPolyakov
Created January 19, 2019 06:53
Show Gist options
  • Save PavelPolyakov/fcc7981c839edc0e933b1af453439d73 to your computer and use it in GitHub Desktop.
Save PavelPolyakov/fcc7981c839edc0e933b1af453439d73 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"baseUrl": ".",
"lib": ["es2016"],
"paths": {
"*": ["src/*"]
},
"allowJs": true,
"target": "es2016",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"outDir": "./dist"
},
"include": ["./src/**/*.ts"],
"exclude": ["node_modules"]
}
@PavelPolyakov
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment