Skip to content

Instantly share code, notes, and snippets.

@itelo
Last active May 10, 2020 20:55
Show Gist options
  • Save itelo/029a37bc6e2cb86dd3f5bab9d762b095 to your computer and use it in GitHub Desktop.
Save itelo/029a37bc6e2cb86dd3f5bab9d762b095 to your computer and use it in GitHub Desktop.
{
"extends": "./tsconfig.json",
"compilerOptions": {
"jsx": "react", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */
"declaration": true, /* Generates corresponding '.d.ts' file. */
"sourceMap": true, /* Generates corresponding '.map' file. */
"outDir": "./build", /* Redirect output structure to the directory. */
"noEmit": false, /* Do not emit outputs. */
"skipLibCheck": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment