mirror of
https://github.com/material-components/material-web.git
synced 2026-01-09 07:21:09 +08:00
chore(switch): add github build deps for deprecated switch (#2534)
This commit is contained in:
parent
7847b83a82
commit
8cba18fac6
6
.gitignore
vendored
6
.gitignore
vendored
@ -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
|
||||
|
||||
23
packages/switch/deprecated/tsconfig.json
Normal file
23
packages/switch/deprecated/tsconfig.json
Normal 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"
|
||||
]
|
||||
}
|
||||
@ -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"},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user