Skip to content

Commit 650349a

Browse files
authored
refactor(typescripts): update typescript configurations (#8)
* refactor(typescripts): update typescript configurations * fix(conflict): resolve git conflict
1 parent 5c58820 commit 650349a

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@lerna-lite/version": "^3.11.0",
3737
"@nexim/eslint-config": "^1.1.1",
3838
"@nexim/prettier-config": "^1.1.0",
39-
"@nexim/typescript-config": "^1.1.0",
39+
"@nexim/typescript-config": "^2.0.0",
4040
"@types/node": "^22.10.5",
4141
"@typescript-eslint/eslint-plugin": "^7.15.0",
4242
"@typescript-eslint/parser": "^7.15.0",

packages/snackbar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@alwatr/nano-build": "^5.0.0",
5858
"@alwatr/parse-duration": "^5.0.0",
5959
"@alwatr/type-helper": "^5.0.0",
60-
"@nexim/typescript-config": "^1.1.0",
60+
"@nexim/typescript-config": "^2.0.0",
6161
"ava": "^6.2.0",
6262
"typescript": "^5.7.2",
6363
"wireit": "^0.14.9"

packages/snackbar/tsconfig.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{
2-
"extends": "@nexim/typescript-config/tsconfig.json",
2+
"extends": "@nexim/typescript-config/tsconfig.browser.lib.json",
33
"compilerOptions": {
44
"rootDir": "src",
55
"outDir": "dist",
6-
"emitDeclarationOnly": true,
7-
"composite": true,
86
"types": ["@alwatr/nano-build", "@alwatr/type-helper"]
97
},
108
"include": ["src/**/*.ts"],

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@nexim/typescript-config/tsconfig.json",
2+
"extends": "@nexim/typescript-config/tsconfig.base.json",
33
"compilerOptions": {
44
"noEmit": true,
55
"types": ["node"]

yarn.lock

+8-6
Original file line numberDiff line numberDiff line change
@@ -1049,18 +1049,20 @@ __metadata:
10491049
"@alwatr/parse-duration": "npm:^5.0.0"
10501050
"@alwatr/type-helper": "npm:^5.0.0"
10511051
"@nexim/element": "npm:^1.1.1"
1052-
"@nexim/typescript-config": "npm:^1.1.0"
1052+
"@nexim/typescript-config": "npm:^2.0.0"
10531053
ava: "npm:^6.2.0"
10541054
lit: "npm:^3.2.1"
10551055
typescript: "npm:^5.7.2"
10561056
wireit: "npm:^0.14.9"
10571057
languageName: unknown
10581058
linkType: soft
10591059

1060-
"@nexim/typescript-config@npm:^1.1.0":
1061-
version: 1.1.0
1062-
resolution: "@nexim/typescript-config@npm:1.1.0"
1063-
checksum: 10c0/70bbe95eb11c79b96b7f0b8602b10043e82426cec1bfb2cce8a8e6cbe2d5fbdc2986ca3929a836700ed51a030da84992350b8423bd0a51b3b2bce59973650a7d
1060+
"@nexim/typescript-config@npm:^2.0.0":
1061+
version: 2.0.0
1062+
resolution: "@nexim/typescript-config@npm:2.0.0"
1063+
peerDependencies:
1064+
typescript: ^5
1065+
checksum: 10c0/0a5c8ae728ec4c9f55ee2b7b69d4e88c3737fc01fa82e40b341d8fc8957b98332567ce0468fc33ef244acaf5d12193044dcd2517c560265a33e254e8daf9109d
10641066
languageName: node
10651067
linkType: hard
10661068

@@ -2884,7 +2886,7 @@ __metadata:
28842886
"@lerna-lite/version": "npm:^3.11.0"
28852887
"@nexim/eslint-config": "npm:^1.1.1"
28862888
"@nexim/prettier-config": "npm:^1.1.0"
2887-
"@nexim/typescript-config": "npm:^1.1.0"
2889+
"@nexim/typescript-config": "npm:^2.0.0"
28882890
"@types/node": "npm:^22.10.5"
28892891
"@typescript-eslint/eslint-plugin": "npm:^7.15.0"
28902892
"@typescript-eslint/parser": "npm:^7.15.0"

0 commit comments

Comments
 (0)