@fnando/codestyle
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "@fnando/codestyle", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"license": "MIT" | ||
} |
@@ -17,2 +17,3 @@ # @fnando/codestyle | ||
- `@fnando/codestyle/react-native`: a React Native configuration that extends the base file. | ||
- `@fnando/codestyle/package`: a React Native configuration that emits code for packages. | ||
@@ -19,0 +20,0 @@ Create a file `tsconfig.json` with the following lines, extending from the file you care about. Don't forget to specify the source directory. |
@@ -5,4 +5,2 @@ { | ||
"allowSyntheticDefaultImports": true, | ||
"declaration": true, | ||
"declarationDir": "../../../es6", | ||
"esModuleInterop": true, | ||
@@ -22,3 +20,2 @@ "forceConsistentCasingInFileNames": true, | ||
"noUnusedParameters": true, | ||
"outDir": "../../../es6", | ||
"pretty": true, | ||
@@ -25,0 +22,0 @@ "removeComments": true, |
3979
8
70
74