Last active
May 10, 2020 20:55
-
-
Save itelo/029a37bc6e2cb86dd3f5bab9d762b095 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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