Skip to content

Instantly share code, notes, and snippets.

@haigopi
Created January 19, 2020 02:01
Show Gist options
  • Save haigopi/46104a938720be401130657b2b27d1c4 to your computer and use it in GitHub Desktop.
Save haigopi/46104a938720be401130657b2b27d1c4 to your computer and use it in GitHub Desktop.
{
"include": ["./src/**/*"],
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"lib": ["dom", "es2017"],
// "allowJs": true,
// "checkJs": true,
"jsx": "react",
"strict": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"noEmit": true,
"skipLibCheck": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment