diff --git a/common/umbrella/configs/tsconfig.json b/common/umbrella/configs/tsconfig.json index 893c2b1e7..b5200dd7c 100644 --- a/common/umbrella/configs/tsconfig.json +++ b/common/umbrella/configs/tsconfig.json @@ -24,22 +24,9 @@ "strict": true, "outDir": "./", "baseUrl": "./", - "paths": { - "@vivid/vvd-*": [ - "./*.src" - ], - "@vivid/vwc-*": [ - "./*/src" - ] - }, "composite": true, "importHelpers": true, "allowSyntheticDefaultImports": true // "esModuleInterop": true // would force consumers to enable this as well - }, - "include": [ - "custom_typings/**/*.ts", - "src/**/*.ts" - ], - "exclude": [] -} \ No newline at end of file + } +} diff --git a/package.json b/package.json index bbd7e124f..19c206022 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "compile:styles": "lerna run build:styles --stream", "compile:typescript": "lerna run build:typescript", "clean:typescript": "tsc -b --clean", - "clean:git": "git clean -xdf", + "clean:git": "git clean -e .npmrc -dfx", "clean": "yarn clean:typescript && yarn clean:git", "watch": "monowatch", "wca:json": "wca analyze components/*/src/*.?s --outFile custom-elements.json",