@ugrc/tsconfigs
v1.0.2
Published
Shareable tsconfigs for UGRC projects
Downloads
214
Readme
@ugrc/tsconfigs
Shareable tsconfigs for UGRC projects based on @total-typescripts/tsconfig
.
Usage
Vite App
// tsconfig.json
{
"files": [],
"references": [
{
"path": "./tsconfig.browser.json"
},
{
"path": "./tsconfig.vite-config.json"
}
]
}
// tsconfig.browser.json
{
"extends": "@ugrc/tsconfigs/browser",
"include": ["src"]
}
// tsconfig.vite-config.json
{
"extends": "@ugrc/tsconfigs/vite-config",
"include": ["vite.config.ts"]
}