Skip to content

Instantly share code, notes, and snippets.

@serhii-havrylenko
Created October 28, 2018 13:22
Show Gist options
  • Save serhii-havrylenko/ebaeac682da1fd603acb397376fb4641 to your computer and use it in GitHub Desktop.
Save serhii-havrylenko/ebaeac682da1fd603acb397376fb4641 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"noEmit": true,
"strict": true,
"jsx": "react",
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"esModuleInterop": true,
"rootDir": "./",
"baseUrl": "./",
"paths": {
"*": ["node_modules", "packages"]
}
},
"include": ["packages"],
"exclude": ["node_modules"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment