@shopify/typescript-configs
Advanced tools
Comparing version 3.0.2 to 4.0.0
@@ -5,2 +5,3 @@ { | ||
"esModuleInterop": true, | ||
"isolatedModules": true, | ||
"experimentalDecorators": true, | ||
@@ -7,0 +8,0 @@ "lib": ["dom", "es2018", "esnext.asynciterable"], |
@@ -10,2 +10,8 @@ # Changelog | ||
## [4.0.0] - 2021-02-24 | ||
### Breaking Change | ||
Set `isolatedModules` to be true by default. Sewing-kit is moving away from a `tsc` based compilation process, towards using babel/esbuild only single file transpilation. Prepare consumers for this change by making type-checking identify code that can be problematic with single-file transpilers. [[#214](https://github.com/Shopify/web-configs/pull/214)] | ||
## [3.0.0] - 2020-06-04 | ||
@@ -12,0 +18,0 @@ |
{ | ||
"name": "@shopify/typescript-configs", | ||
"version": "3.0.2", | ||
"version": "4.0.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "A set of typescript configuration files that can be extended.", |
6126
78