1.1.0 • Published 7 years ago
tsconfig-palmerhq v1.1.0
The Palmer Group tsconfig
Usage
yarn add tsconfig-palmerhq --devThen in your project's tsconfig.json:
{
"extends": "./node_modules/tsconfig-palmerhq/tsconfig.json"
}What's inside?
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"allowUnreachableCode": false,
"downlevelIteration": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"importHelpers": true,
"jsx": "react",
"moduleResolution": "node",
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"pretty": true,
"removeComments": true,
"sourceMap": true,
"strict": true,
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true
}
}MIT License