Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noveogroup-amorgunov/875501f9c0abab18826e9113f45d92ca to your computer and use it in GitHub Desktop.
Save noveogroup-amorgunov/875501f9c0abab18826e9113f45d92ca to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"target": "es2017",
"module": "commonjs",
"moduleResolution": "node",
"declaration": true,
"sourceMap": true,
"noImplicitAny": true,
"outDir": "./lib",
"rootDir": "./src"
},
"include": ["./src/**/*"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment