@autoguru/tsconfig
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"compileOnSave": true, | ||
"compilerOptions": { | ||
"allowSyntheticDefaultImports": true, | ||
"esModuleInterop": true, | ||
"allowJs": false, | ||
@@ -35,5 +37,4 @@ "allowSyntheticDefaultImports": true, | ||
"strictNullChecks": false, | ||
"suppressImplicitAnyIndexErrors": true, | ||
"target": "esnext" | ||
} | ||
} |
# @autoguru/tsconfig | ||
## 1.2.0 | ||
### Minor Changes | ||
- 8297630: Dependency upgrades | ||
### Patch Changes | ||
- 8297630: Dependency upgrades | ||
## 1.1.0 | ||
@@ -4,0 +14,0 @@ |
{ | ||
"name": "@autoguru/tsconfig", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "AutoGuru's TypeScript shared config", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/autoguru-au/octane/tree/master/packages/tsconfig#readme", |
@@ -15,2 +15,4 @@ # `@autoguru/tsconfig` | ||
"compilerOptions": { | ||
"allowSyntheticDefaultImports": true, | ||
"esModuleInterop": true, | ||
"outDir": "./dist", | ||
@@ -17,0 +19,0 @@ "baseUrl": "./src", |
{ | ||
"extends": "./base.json", | ||
"compilerOptions": { | ||
"allowSyntheticDefaultImports": true, | ||
"esModuleInterop": true, | ||
"sourceMap": true, | ||
@@ -5,0 +7,0 @@ "lib": ["dom", "esnext"] |
2559
48
31