@yunarch/config-web 0.1.3 → 0.1.4

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.
@@ -1 +1 @@
1
- {"display":"Base TypeScript Configuration","compilerOptions":{"target":"ESNext","module":"Preserve","composite":false,"skipLibCheck":true,"moduleResolution":"Bundler","isolatedModules":true,"inlineSources":false,"esModuleInterop":true,"declarationMap":true,"noEmit":true,"allowImportingTsExtensions":true,"strict":true,"strictNullChecks":true,"noUnusedLocals":false,"noUnusedParameters":false,"forceConsistentCasingInFileNames":true,"noUncheckedIndexedAccess":true,"declaration":true,"preserveWatchOutput":true},"exclude":["node_modules"]}
1
+ {"display":"Base TypeScript Configuration","compilerOptions":{"target":"ESNext","module":"Preserve","composite":false,"skipLibCheck":true,"moduleResolution":"Bundler","isolatedModules":true,"inlineSources":false,"esModuleInterop":true,"declarationMap":true,"noEmit":true,"allowImportingTsExtensions":true,"strict":true,"strictNullChecks":true,"noUnusedLocals":false,"noUnusedParameters":false,"forceConsistentCasingInFileNames":true,"declaration":true,"preserveWatchOutput":true},"exclude":["node_modules"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "name": "@yunarch/config-web",
5
5
  "description": "Shared configurations for web projects.",
6
6
  "license": "MIT",