Created
December 12, 2020 15:06
-
-
Save danmactough/d16ecdec9e7adb2b9c5d3c3d71bea7b7 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": { | |
/* Visit https://aka.ms/tsconfig.json to read more about this file */ | |
"module": "none" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */, | |
"allowJs": true /* Allow javascript files to be compiled. */, | |
"checkJs": true /* Report errors in .js files. */, | |
"noEmit": true /* Do not emit outputs. */, | |
"noImplicitAny": false /* Raise error on expressions and declarations with an implied 'any' type. */, | |
"moduleResolution": "node" /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */, | |
"skipLibCheck": true /* Skip type checking of declaration files. */, | |
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */ | |
}, | |
/* You'll need to set these to glob patterns that match your project */ | |
"include": ["**/*"], | |
"exclude": ["coverage", "**/*.test.*"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment