Skip to content

Commit

Permalink
fix: better name for browser config
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Dec 12, 2024
1 parent 3c7b38e commit 62164b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ Shareable tsconfigs for UGRC projects based on [`@total-typescripts/tsconfig`](h
"files": [],
"references": [
{
"path": "./tsconfig.app.json"
"path": "./tsconfig.browser.json"
},
{
"path": "./tsconfig.vite-config.json"
}
]
}

// tsconfig.app.json
// tsconfig.browser.json
{
"extends": "@ugrc/tsconfigs/browser-app",
"extends": "@ugrc/tsconfigs/browser",
"include": ["src"]
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"type": "module",
"exports": {
"./browser-app": "./src/browser-app.json",
"./browser": "./src/browser.json",
"./vite-config": "./src/vite-config.json"
},
"scripts": {
Expand Down
File renamed without changes.

0 comments on commit 62164b7

Please sign in to comment.