@fnando/codestyle
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "@fnando/codestyle", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"license": "MIT" | ||
} |
@@ -15,4 +15,3 @@ # @fnando/codestyle | ||
- `@fnando/codestyle`: the base file | ||
- `@fnando/codestyle/react`: a React configuration that extends the base file. | ||
- `@fnando/codestyle`: the base file, which covers regular TypeScript, as well as React's. | ||
- `@fnando/codestyle/react-native`: a React Native configuration that extends the base file. | ||
@@ -19,0 +18,0 @@ |
@@ -5,5 +5,9 @@ { | ||
"allowSyntheticDefaultImports": true, | ||
"declaration": true, | ||
"declarationDir": "../../../es6", | ||
"esModuleInterop": true, | ||
"forceConsistentCasingInFileNames": true, | ||
"isolatedModules": true, | ||
"jsx": "react", | ||
"lib": ["dom", "dom.iterable", "esnext"], | ||
"moduleResolution": "node", | ||
@@ -18,11 +22,13 @@ "newLine": "lf", | ||
"noUnusedParameters": true, | ||
"outDir": "../../../es6", | ||
"pretty": true, | ||
"removeComments": true, | ||
"resolveJsonModule": true, | ||
"resolveJsonModule": true, | ||
"skipLibCheck": true, | ||
"sourceMap": true, | ||
"strict": true, | ||
"strictNullChecks": true, | ||
"stripInternal": true | ||
"stripInternal": true, | ||
"target": "es6" | ||
} | ||
} |
3898
7
67
73