Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Dec 4, 2023
1 parent 23c6e98 commit 0e35fbb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
8 changes: 4 additions & 4 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 @@ -130,7 +130,7 @@
"@taiga-ui/eslint-plugin-experience": "0.39.4",
"@taiga-ui/prettier-config": "0.6.0",
"@taiga-ui/stylelint-config": "0.10.1",
"@taiga-ui/tsconfig": "0.7.0",
"@taiga-ui/tsconfig": "0.8.0",
"@testing-library/cypress": "10.0.1",
"@tinkoff/ng-event-plugins": "3.1.0",
"@tinkoff/tui-editor": "1.8.4",
Expand Down
6 changes: 6 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist",
"typeRoots": [
"node_modules/@types",
"node_modules/@taiga-ui/tsconfig/@types",
"../node_modules/@types",
"../node_modules/@taiga-ui/tsconfig/@types"
],
"paths": {
"@demo-cypress/*": ["projects/demo-cypress/cypress/*"],
"@demo-playwright/utils": ["projects/demo-playwright/utils/index"],
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.spec.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "./tsconfig.json",
"exclude": ["projects/demo-cypress", "**/scripts/**/*.ts"],
"compilerOptions": {
"types": ["jest", "node", "webpack-env", "ng-dev-mode"]
},
"exclude": ["projects/demo-cypress"]
}
}

0 comments on commit 0e35fbb

Please sign in to comment.