diff --git a/jsconfig.json b/jsconfig.json index eb4d17765e66..d62db7ce4c1f 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -10,7 +10,11 @@ }, "exclude": [ "node_modules", - "extension", - "third_party" + "lighthouse-extension", + "lighthouse-core/closure", + + "third_party", + "lighthouse-core/third_party", + "dist" ] } diff --git a/lighthouse-core/typings/main.d.ts b/typings/main.d.ts similarity index 100% rename from lighthouse-core/typings/main.d.ts rename to typings/main.d.ts diff --git a/lighthouse-core/typings/main/ambient/assert/index.d.ts b/typings/main/ambient/assert/index.d.ts similarity index 100% rename from lighthouse-core/typings/main/ambient/assert/index.d.ts rename to typings/main/ambient/assert/index.d.ts diff --git a/lighthouse-core/typings/main/ambient/node/index.d.ts b/typings/main/ambient/node/index.d.ts similarity index 100% rename from lighthouse-core/typings/main/ambient/node/index.d.ts rename to typings/main/ambient/node/index.d.ts