Skip to content

Instantly share code, notes, and snippets.

@dev-sankhadip
Created July 21, 2020 03:53
Show Gist options
  • Save dev-sankhadip/08890d94aa9c5c33d20d21a02c9e8092 to your computer and use it in GitHub Desktop.
Save dev-sankhadip/08890d94aa9c5c33d20d21a02c9e8092 to your computer and use it in GitHub Desktop.
{
"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