Skip to content

Commit

Permalink
chore: update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
d3m1d0v committed Oct 4, 2022
1 parent bd6c517 commit 43f6c9d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
},
"devDependencies": {
"@doc-tools/transform": "2.11.0",
"@gravity-ui/tsconfig": "1.0.0",
"@gravity-ui/uikit": "3.0.2",
"@storybook/addon-essentials": "6.5.10",
"@storybook/preset-scss": "1.0.3",
Expand All @@ -79,7 +80,6 @@
"@yandex-cloud/eslint-config": "^1.0.0",
"@yandex-cloud/prettier-config": "^1.0.0",
"@yandex-cloud/stylelint-config": "^1.0.0",
"@yandex-cloud/tsconfig": "^1.0.0",
"eslint": "^8.3.0",
"gulp": "4.0.2",
"gulp-cli": "2.3.0",
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": "@yandex-cloud/tsconfig/tsconfig",
"extends": "@gravity-ui/tsconfig/tsconfig",
"compilerOptions": {
"lib": ["DOM", "ESNext"],
"outDir": "build",
Expand Down

0 comments on commit 43f6c9d

Please sign in to comment.