Closed joel-daros closed 5 months ago
This is an alias:
https://github.com/total-typescript/tsconfig/blob/main/package.json#L33
FYI, I've defaulted to using "@total-typescript/tsconfig/bundler/dom"
in my projects because I've run into two places where tooling doesn't respect the app/library/library-monorepo aliases:
tsconfig.json
.Maybe it's worthwhile just having duplicate files instead of aliases to maximise compatibility with tooling?
The README is referring to the
"extends": "@total-typescript/tsconfig/bundler/dom/library-monorepo", // For a library in a monorepo
but this file seems to have been deleted from the repository.