|
2 | 2 | "folders": [
|
3 | 3 | {
|
4 | 4 | "name": "lit",
|
5 |
| - "path": "packages/lit" |
6 |
| - }, |
7 |
| - { |
8 |
| - "name": "lit-html", |
9 |
| - "path": "packages/lit-html" |
10 |
| - }, |
11 |
| - { |
12 |
| - "name": "lit-element", |
13 |
| - "path": "packages/lit-element" |
14 |
| - }, |
15 |
| - { |
16 |
| - "name": "reactive-element", |
17 |
| - "path": "packages/reactive-element" |
18 |
| - }, |
19 |
| - { |
20 |
| - "name": "ssr", |
21 |
| - "path": "packages/labs/ssr" |
22 |
| - }, |
23 |
| - { |
24 |
| - "name": "task", |
25 |
| - "path": "packages/task" |
26 |
| - }, |
27 |
| - { |
28 |
| - "name": "lit-starter-ts", |
29 |
| - "path": "packages/lit-starter-ts" |
30 |
| - }, |
31 |
| - { |
32 |
| - "name": "lit-starter-js", |
33 |
| - "path": "packages/lit-starter-js" |
34 |
| - }, |
35 |
| - { |
36 |
| - "name": "localize", |
37 |
| - "path": "packages/localize" |
38 |
| - }, |
39 |
| - { |
40 |
| - "name": "labs", |
41 |
| - "path": "packages/labs" |
42 |
| - }, |
43 |
| - { |
44 |
| - "name": "tests", |
45 |
| - "path": "packages/tests" |
46 |
| - }, |
47 |
| - { |
48 |
| - "name": "benchmarks", |
49 |
| - "path": "packages/benchmarks" |
50 |
| - }, |
51 |
| - { |
52 |
| - "name": "analyzer", |
53 |
| - "path": "packages/labs/analyzer" |
54 |
| - }, |
55 |
| - { |
56 |
| - "name": "testing", |
57 |
| - "path": "packages/labs/testing" |
58 |
| - }, |
59 |
| - { |
60 |
| - "name": "cli", |
61 |
| - "path": "packages/labs/cli" |
62 |
| - }, |
63 |
| - { |
64 |
| - "name": "gen-manifest", |
65 |
| - "path": "packages/labs/gen-manifest" |
66 |
| - }, |
67 |
| - { |
68 |
| - "name": "gen-react", |
69 |
| - "path": "packages/labs/gen-manifest" |
70 |
| - }, |
71 |
| - { |
72 |
| - "name": "gen-angular", |
73 |
| - "path": "packages/labs/gen-manifest" |
74 |
| - }, |
75 |
| - { |
76 |
| - "name": "gen-vue", |
77 |
| - "path": "packages/labs/gen-manifest" |
78 |
| - }, |
79 |
| - { |
80 |
| - "name": "gen-utils", |
81 |
| - "path": "packages/labs/gen-manifest" |
82 |
| - }, |
83 |
| - { |
84 |
| - "name": "examples", |
85 |
| - "path": "examples" |
86 |
| - }, |
87 |
| - { |
88 |
| - "name": "lit-monorepo", |
89 |
| - "path": "." |
| 5 | + "path": "./" |
90 | 6 | }
|
91 | 7 | ],
|
92 | 8 | "settings": {
|
93 | 9 | "typescript.tsdk": "node_modules/typescript/lib",
|
94 |
| - "debug.javascript.warnOnLongPrediction": false, |
95 | 10 | // Regardless of the user's usual formatter, files
|
96 | 11 | // in the Lit repo must be formatted using prettier.
|
97 | 12 | "editor.defaultFormatter": "esbenp.prettier-vscode",
|
98 | 13 | "files.exclude": {
|
99 |
| - "**/.wireit": true |
| 14 | + "**/.wireit": true, |
| 15 | + "**/*.tsbuildinfo": true |
100 | 16 | },
|
101 | 17 | "javascript.preferences.importModuleSpecifierEnding": "js",
|
102 | 18 | "eslint.workingDirectories": [{"mode": "auto"}]
|
|
0 commit comments