Skip to content

Instantly share code, notes, and snippets.

@heyman333
Created November 13, 2019 06:43
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 heyman333/3f6da8c1a32edf0f6c793c22114ab5ee to your computer and use it in GitHub Desktop.
Save heyman333/3f6da8c1a32edf0f6c793c22114ab5ee to your computer and use it in GitHub Desktop.
diff2
{
"compilerOptions": {
+ "baseUrl": "./src",
"esModuleInterop": true,
"jsx": "react",
"lib": ["es6"],
"moduleResolution": "node",
"noEmit": true,
"strict": true,
"target": "esnext",
"module": "commonjs",
"removeComments": true
},
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment