File tree Expand file tree Collapse file tree 3 files changed +27
-3
lines changed
packages/switch/deprecated Expand file tree Collapse file tree 3 files changed +27
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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" },
You can’t perform that action at this time.
0 commit comments