Skip to content

Commit

Permalink
feat(project): move module
Browse files Browse the repository at this point in the history
  • Loading branch information
aircjm committed Sep 22, 2024
1 parent 3f70454 commit 1b7875e
Show file tree
Hide file tree
Showing 29 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion vue/vite-naiveui/.gitignore → vite-naiveui/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dist-ssr
*.local

# Editor directories and files
.vscode/*
.vscode/extensions.json
!.vscode/extensions.json
.idea
.DS_Store
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions vite-naiveui/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json"},
{ "path": "./tsconfig.node.json"}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
},
"include": ["vite.config.ts"]
"include": [
"vite.config.ts"
]
}
File renamed without changes.
7 changes: 0 additions & 7 deletions vue/vite-naiveui/tsconfig.json

This file was deleted.

0 comments on commit 1b7875e

Please sign in to comment.