Skip to content

Commit

Permalink
refactor(typescripts): update typescript configurations (#8)
Browse files Browse the repository at this point in the history
* refactor(typescripts): update typescript configurations

* fix(conflict): resolve git conflict
  • Loading branch information
arashagp authored Jan 7, 2025
1 parent 5c58820 commit 650349a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@lerna-lite/version": "^3.11.0",
"@nexim/eslint-config": "^1.1.1",
"@nexim/prettier-config": "^1.1.0",
"@nexim/typescript-config": "^1.1.0",
"@nexim/typescript-config": "^2.0.0",
"@types/node": "^22.10.5",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/snackbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@alwatr/nano-build": "^5.0.0",
"@alwatr/parse-duration": "^5.0.0",
"@alwatr/type-helper": "^5.0.0",
"@nexim/typescript-config": "^1.1.0",
"@nexim/typescript-config": "^2.0.0",
"ava": "^6.2.0",
"typescript": "^5.7.2",
"wireit": "^0.14.9"
Expand Down
4 changes: 1 addition & 3 deletions packages/snackbar/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"extends": "@nexim/typescript-config/tsconfig.json",
"extends": "@nexim/typescript-config/tsconfig.browser.lib.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"emitDeclarationOnly": true,
"composite": true,
"types": ["@alwatr/nano-build", "@alwatr/type-helper"]
},
"include": ["src/**/*.ts"],
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@nexim/typescript-config/tsconfig.json",
"extends": "@nexim/typescript-config/tsconfig.base.json",
"compilerOptions": {
"noEmit": true,
"types": ["node"]
Expand Down
14 changes: 8 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1049,18 +1049,20 @@ __metadata:
"@alwatr/parse-duration": "npm:^5.0.0"
"@alwatr/type-helper": "npm:^5.0.0"
"@nexim/element": "npm:^1.1.1"
"@nexim/typescript-config": "npm:^1.1.0"
"@nexim/typescript-config": "npm:^2.0.0"
ava: "npm:^6.2.0"
lit: "npm:^3.2.1"
typescript: "npm:^5.7.2"
wireit: "npm:^0.14.9"
languageName: unknown
linkType: soft

"@nexim/typescript-config@npm:^1.1.0":
version: 1.1.0
resolution: "@nexim/typescript-config@npm:1.1.0"
checksum: 10c0/70bbe95eb11c79b96b7f0b8602b10043e82426cec1bfb2cce8a8e6cbe2d5fbdc2986ca3929a836700ed51a030da84992350b8423bd0a51b3b2bce59973650a7d
"@nexim/typescript-config@npm:^2.0.0":
version: 2.0.0
resolution: "@nexim/typescript-config@npm:2.0.0"
peerDependencies:
typescript: ^5
checksum: 10c0/0a5c8ae728ec4c9f55ee2b7b69d4e88c3737fc01fa82e40b341d8fc8957b98332567ce0468fc33ef244acaf5d12193044dcd2517c560265a33e254e8daf9109d
languageName: node
linkType: hard

Expand Down Expand Up @@ -2884,7 +2886,7 @@ __metadata:
"@lerna-lite/version": "npm:^3.11.0"
"@nexim/eslint-config": "npm:^1.1.1"
"@nexim/prettier-config": "npm:^1.1.0"
"@nexim/typescript-config": "npm:^1.1.0"
"@nexim/typescript-config": "npm:^2.0.0"
"@types/node": "npm:^22.10.5"
"@typescript-eslint/eslint-plugin": "npm:^7.15.0"
"@typescript-eslint/parser": "npm:^7.15.0"
Expand Down

0 comments on commit 650349a

Please sign in to comment.