Skip to content

Commit

Permalink
build: extension, 라이브러리 정리
Browse files Browse the repository at this point in the history
  • Loading branch information
DingX2 committed May 20, 2024
1 parent 31aa552 commit 275569a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"yoavbls.pretty-ts-errors",
"usernamehw.errorlens",
"eamodio.gitlens",
"editorconfig.editorconfig"
"editorconfig.editorconfig",
"tobermory.es6-string-html"
]
}
}
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,10 @@
"type-check:watch": "tsc --noEmit --watch"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@solidjs/router": "^0.13.3",
"@tanstack/solid-query": "^5.35.1",
"framer-motion": "^11.1.8",
"ky": "^1.2.4",
"normalize.css": "^8.0.1",
"motion": "^10.17.0",
"solid-fontawesome": "^0.2.1",
"solid-js": "^1.8.15",
"solid-styled-components": "^0.28.5"
Expand Down
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"@/package": ["package.json"]
},

"types": ["vite/client"],

/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
Expand Down

0 comments on commit 275569a

Please sign in to comment.