Created
July 21, 2020 03:53
-
-
Save dev-sankhadip/08890d94aa9c5c33d20d21a02c9e8092 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
Show hidden characters
{ | |
"compilerOptions": { | |
"target": "es6", | |
"module": "commonjs", | |
"sourceMap": true, | |
"outDir": "./build", | |
"rootDir": "./src", | |
/* Strict Type-Checking Options */ | |
"strict": true, | |
/* Module Resolution Options */ | |
"moduleResolution": "node", | |
"esModuleInterop": true, | |
/* Advanced Options */ | |
"skipLibCheck": true, | |
"forceConsistentCasingInFileNames": true | |
}, | |
"include": ["src"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment