Skip to content

Commit

Permalink
updated to lichtblick tsconfig
Browse files Browse the repository at this point in the history
Signed-off-by: Luiz Bezerra <[email protected]>
  • Loading branch information
luluiz committed Sep 19, 2024
1 parent b9957c5 commit db95d60
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {},
"devDependencies": {
"@foxglove/tsconfig": "2.0.0",
"@lichtblick/tsconfig": "1.0.0",
"@lichtblick/eslint-plugin": "1.0.1",
"@types/crc": "3.8.3",
"@types/jest": "29.5.12",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.eslint.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@foxglove/tsconfig/base",
"extends": "@lichtblick/tsconfig/base",
"include": ["./src/**/*", "./bench/**/*"],
"compilerOptions": {
"lib": ["dom"]
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": "@foxglove/tsconfig/base",
"extends": "@lichtblick/tsconfig/base",
"include": ["./src/**/*", "./bench/**/*"],
"compilerOptions": {
"rootDir": ".",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -617,11 +617,6 @@
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==

"@foxglove/[email protected]":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@foxglove/tsconfig/-/tsconfig-2.0.0.tgz#5bd902c46b446a518c3965bb15384bad5678f5af"
integrity sha512-tifun2tMxfA0wJ4caDKnLvAm+CpNdaK2BYD78w07GdgMsoeVMu0KxAiR7ehRoR3QN6DUW7XDP5J4DqMTj3YFag==

"@humanwhocodes/config-array@^0.11.14":
version "0.11.14"
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
Expand Down Expand Up @@ -938,6 +933,11 @@
tsutils "^3"
typescript "^4 || ^5"

"@lichtblick/[email protected]":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@lichtblick/tsconfig/-/tsconfig-1.0.0.tgz#aef04158dd3207673504f0a87b024a17c0c88031"
integrity sha512-rqMk2aDJd869bcUlYfkW5otDyGMS2HHCaN3Njz3SleBCY+biTdQbuIF6+bELh2ImvJ/R9jJlPJFMVq/pqSSoLg==

"@napi-rs/cli@^2.16.3":
version "2.18.0"
resolved "https://registry.yarnpkg.com/@napi-rs/cli/-/cli-2.18.0.tgz#3064f142e65c87d14e6ddc38e5425aa29a8871eb"
Expand Down

0 comments on commit db95d60

Please sign in to comment.