Skip to content

Commit

Permalink
🚨 remove type error
Browse files Browse the repository at this point in the history
  • Loading branch information
ileostar committed Jan 21, 2024
1 parent b29cc00 commit 32db67a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 21 deletions.
17 changes: 16 additions & 1 deletion apps/admin/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
{
"extends": "tsconfig/admin.json"
"extends": "tsconfig/base.json",
"compilerOptions": {
"baseUrl": ".",
"module": "ESNext",
"target": "ESNext",
"lib": ["DOM", "ESNext"],
"allowSyntheticDefaultImports": true,
"jsx": "preserve",
"moduleResolution": "node",
"isolatedModules": true,
"paths": {
"~/*": ["./*"],
"@/*": ["src/*"]
},
"types": ["vite/client", "node", "unplugin-icons/types/vue", "naive-ui/volar"]
}
}
18 changes: 0 additions & 18 deletions packages/tsconfig/admin.json

This file was deleted.

1 change: 0 additions & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"files": [
"base.json",
"docs.json",
"admin.json",
"server.json",
"web.json"
]
Expand Down
1 change: 0 additions & 1 deletion packages/tsconfig/server.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./base.json",
"compilerOptions": {
"module": "commonjs",
Expand Down

0 comments on commit 32db67a

Please sign in to comment.