Skip to content

Commit 8cba18f

Browse files
authored
chore(switch): add github build deps for deprecated switch (#2534)
1 parent 7847b83 commit 8cba18f

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ node_modules
88
/packages/**/*.js.map
99
/packages/**/*.d.ts
1010
/packages/*/*.tgz
11-
/packages/*/*-css.ts
12-
/packages/*/*.css.ts
11+
/packages/**/*-css.ts
12+
/packages/**/*.css.ts
1313
/packages/*/package-lock.json
1414
**/*.tsbuildinfo*
15-
!packages/*/custom_types/**
15+
!packages/**/custom_types/**
1616
/test/lib/
1717
/scripts/tsc-out/
1818
.vscode
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"extends": "../../../tsconfig.json",
3+
"compilerOptions": {
4+
"composite": true,
5+
"rootDir": ".",
6+
"outDir": ".",
7+
"tsBuildInfoFile": ".tsbuildinfo"
8+
},
9+
"include": [
10+
"*.ts"
11+
],
12+
"references": [
13+
{
14+
"path": "../../base"
15+
},
16+
{
17+
"path": "../../ripple"
18+
}
19+
],
20+
"exclude": [
21+
"test/*.ts"
22+
]
23+
}

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
{"path": "packages/slider"},
8484
{"path": "packages/snackbar"},
8585
{"path": "packages/switch"},
86+
{"path": "packages/switch/deprecated"},
8687
{"path": "packages/tab"},
8788
{"path": "packages/tab-bar"},
8889
{"path": "packages/tab-indicator"},

0 commit comments

Comments
 (0)