Skip to content

Commit

Permalink
ci: validate major version
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Sep 2, 2024
1 parent f72e318 commit 2788375
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .scripts/tsconfig.tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"extends": "../tsconfig.json",
"include": ["*.ts"]
}
6 changes: 5 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"extends": "@taiga-ui/tsconfig",
"include": [".scripts/*.ts"],
"references": [
{
"path": ".scripts/tsconfig.tools.json"
}
],
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist",
Expand Down

0 comments on commit 2788375

Please sign in to comment.