chore(switch): add github build deps for deprecated switch (#2534)

This commit is contained in:
Elizabeth Mitchell 2021-07-14 13:23:21 -07:00 committed by GitHub
parent 7847b83a82
commit 8cba18fac6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 27 additions and 3 deletions

6
.gitignore vendored
View File

@ -8,11 +8,11 @@ node_modules
/packages/**/*.js.map
/packages/**/*.d.ts
/packages/*/*.tgz
/packages/*/*-css.ts
/packages/*/*.css.ts
/packages/**/*-css.ts
/packages/**/*.css.ts
/packages/*/package-lock.json
**/*.tsbuildinfo*
!packages/*/custom_types/**
!packages/**/custom_types/**
/test/lib/
/scripts/tsc-out/
.vscode

View File

@ -0,0 +1,23 @@
{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"composite": true,
"rootDir": ".",
"outDir": ".",
"tsBuildInfoFile": ".tsbuildinfo"
},
"include": [
"*.ts"
],
"references": [
{
"path": "../../base"
},
{
"path": "../../ripple"
}
],
"exclude": [
"test/*.ts"
]
}

View File

@ -83,6 +83,7 @@
{"path": "packages/slider"},
{"path": "packages/snackbar"},
{"path": "packages/switch"},
{"path": "packages/switch/deprecated"},
{"path": "packages/tab"},
{"path": "packages/tab-bar"},
{"path": "packages/tab-indicator"},