@stacksjs/dtsx 0.7.0 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -37,7 +37,7 @@ _But before you get started, please ensure you enabled `isolatedDeclarations` in
37
37
  ```json
38
38
  {
39
39
  "compilerOptions": {
40
- "isolatedDeclaration": true
40
+ "isolatedDeclarations": true
41
41
  }
42
42
  }
43
43
  ```