Skip to content

Commit

Permalink
feat(packages): redundant configuration (#909)
Browse files Browse the repository at this point in the history
* feat(packages): redundant configuration

* feat(packages): redundant configuration

* fix
  • Loading branch information
tveinfeld authored Jun 23, 2021
1 parent 39fec87 commit ff4c45d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
17 changes: 2 additions & 15 deletions common/umbrella/configs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ff4c45d

Please sign in to comment.