Skip to content

Instantly share code, notes, and snippets.

@slavafomin
Created July 27, 2020 12:19
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 slavafomin/6d0cd7538f0cbd6c7d962c59101d2880 to your computer and use it in GitHub Desktop.
Save slavafomin/6d0cd7538f0cbd6c7d962c59101d2880 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"moduleResolution": "Node",
"esModuleInterop": true,
"module": "ES2015",
"target": "ESNext",
"lib": [
"ESNext",
"DOM"
],
"jsx": "react",
"outDir": "dist/",
"baseUrl": ".",
"typeRoots": [
"types",
"node_modules/@types"
],
"resolveJsonModule": true
},
"include": [
"src/"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment