@hyrious/configs
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "@hyrious/configs", | ||
"type": "module", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Shared configs across my projects", | ||
@@ -6,0 +6,0 @@ "author": "hyrious <hyrious@outlook.com>", |
@@ -13,5 +13,6 @@ # @hyrious/configs | ||
- 0.1.3: Add [`"moduleDetection": "force"`](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-7.html#control-over-module-detection). | ||
- 0.1.2: Make use of [`"module": "Preserve"`](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-4.html#support-for-require-calls-in---moduleresolution-bundler-and---module-preserve) (TypeScript ≥ 5.4)\ | ||
If your TypeScript Compiler < 5.4, you can lock the version as\ | ||
`"@hyrious/configs": "0.1.1"`. | ||
If your TypeScript Compiler < 5.4, you can lock `"@hyrious/configs": "0.1.1"`. | ||
@@ -18,0 +19,0 @@ ## License |
@@ -14,4 +14,5 @@ { | ||
"noImplicitOverride": true, | ||
"useDefineForClassFields": false | ||
"useDefineForClassFields": false, | ||
"moduleDetection": "force" | ||
} | ||
} |
@@ -9,4 +9,5 @@ { | ||
"noEmit": true, | ||
"verbatimModuleSyntax": true | ||
"verbatimModuleSyntax": true, | ||
"moduleDetection": "force" | ||
} | ||
} |
@@ -13,4 +13,5 @@ { | ||
"noPropertyAccessFromIndexSignature": true, | ||
"noUncheckedIndexedAccess": true | ||
"noUncheckedIndexedAccess": true, | ||
"moduleDetection": "force" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3166
46
21