Skip to content

Instantly share code, notes, and snippets.

@kvedantmahajan
Last active November 17, 2019 16:30
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 kvedantmahajan/3d57e1c6360a7405bc26347b0dd9e99a to your computer and use it in GitHub Desktop.
Save kvedantmahajan/3d57e1c6360a7405bc26347b0dd9e99a to your computer and use it in GitHub Desktop.
tsconfig.json ui-core
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"declaration": true,
"outDir": "dist",
"strict": true,
"esModuleInterop": true,
"jsx": "react",
"types": [],
"forceConsistentCasingInFileNames": true,
"strictBindCallApply": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"noUnusedLocals": true,
"noImplicitReturns": true,
"sourceMap": true,
"skipLibCheck": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment