@codefast/typescript-config 0.3.6 → 0.3.7-canary.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/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @codefast/typescript-config
2
2
 
3
+ ## 0.3.7-canary.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [`e66e9ac`](https://github.com/codefastlabs/codefast/commit/e66e9ac1186a94cb30d83d7125d4991ee91c7a41) Thanks [@thevuong](https://github.com/thevuong)! - refactor: improve readability and naming consistency across multiple packages
8
+
9
+ - [`c98a4f3`](https://github.com/codefastlabs/codefast/commit/c98a4f3c821039557205fdb0fc4b5a55d8b81944) Thanks [@thevuong](https://github.com/thevuong)! - chore(dependencies): update multiple dependencies to latest versions
10
+
11
+ - [`161717d`](https://github.com/codefastlabs/codefast/commit/161717db82457444b793bad252099084ef490085) Thanks [@thevuong](https://github.com/thevuong)! - feat(eslint-config): strengthen unicorn and TypeScript rule configurations
12
+
13
+ - [`dea11de`](https://github.com/codefastlabs/codefast/commit/dea11deef4cab04a9ed2cd411251f6ad939acba6) Thanks [@thevuong](https://github.com/thevuong)! - chore(ui): integrate `tw-animate-css` and enhance animation easing consistency
14
+
15
+ - [`2f0fd79`](https://github.com/codefastlabs/codefast/commit/2f0fd791d1505279a9c8570f8f3fddcf058d64ee) Thanks [@thevuong](https://github.com/thevuong)! - chore: reorder imports for consistency and clarity
16
+
17
+ - [`728b150`](https://github.com/codefastlabs/codefast/commit/728b1503583d1f130c2f0abd503343dd8c802ee6) Thanks [@thevuong](https://github.com/thevuong)! - chore(tests): remove obsolete test files for core use cases and adapters
18
+
3
19
  ## 0.3.6
4
20
 
5
21
  ### Patch Changes
package/library.json CHANGED
@@ -1,10 +1,8 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/tsconfig",
3
3
  "compilerOptions": {
4
- "composite": true,
5
4
  "declaration": true,
6
5
  "declarationMap": true,
7
- "incremental": true,
8
6
  "lib": ["ESNext"],
9
7
  "noEmit": false,
10
8
  "removeComments": false,
package/next.json CHANGED
@@ -13,8 +13,7 @@
13
13
  "name": "next"
14
14
  }
15
15
  ],
16
- "resolveJsonModule": true,
17
- "target": "ES2018"
16
+ "resolveJsonModule": true
18
17
  },
19
18
  "display": "Next.js application configuration",
20
19
  "extends": "./base.json"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codefast/typescript-config",
3
- "version": "0.3.6",
3
+ "version": "0.3.7-canary.0",
4
4
  "description": "Shared TypeScript configuration for the monorepo",
5
5
  "keywords": [
6
6
  "typescript",
package/react.json CHANGED
@@ -6,8 +6,7 @@
6
6
  "lib": ["DOM", "DOM.Iterable", "ESNext"],
7
7
  "moduleResolution": "node",
8
8
  "noEmit": false,
9
- "sourceMap": true,
10
- "target": "ES2020"
9
+ "sourceMap": true
11
10
  },
12
11
  "display": "React component and application configuration",
13
12
  "extends": "./base.json"