Created
October 5, 2017 09:00
-
-
Save Zjaaspoer/11b8c0c337a673fc17ce38458b0b5b2c 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": { | |
"module": "commonjs", | |
"moduleResolution": "node", | |
"noImplicitAny": true, | |
"noImplicitReturns": true, | |
"noImplicitThis": true, | |
"noUnusedLocals": true, | |
"noUnusedParameters": true, | |
"removeComments": true, | |
"skipLibCheck": true, | |
"sourceMap": true, | |
"strictNullChecks": true, | |
"target": "es2015" | |
}, | |
"exclude": [ | |
"node_modules" | |
], | |
"include": [ | |
"**/*.d.ts", | |
"**/*.ts" | |
], | |
"typeRoots": [ | |
"@typesCustom", | |
"node_modules/@types" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment