Skip to content

Commit

Permalink
Delete superfluous files
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmadlou committed Sep 2, 2024
1 parent cf93d89 commit b1c3163
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 155 deletions.
1 change: 0 additions & 1 deletion src/assets/vue.svg

This file was deleted.

41 changes: 0 additions & 41 deletions src/components/HelloWorld.vue

This file was deleted.

1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { createApp } from 'vue'
import './style.css'
import App from './App.vue'

createApp(App).mount('#app')
83 changes: 0 additions & 83 deletions src/style.css

This file was deleted.

28 changes: 0 additions & 28 deletions tsconfig.app.json

This file was deleted.

1 change: 1 addition & 0 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
}
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
"exclude": ["src/App.vue", "src/main.ts"],
"references": [{ "path": "./tsconfig.node.json" }]
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.build.json" },
{ "path": "./tsconfig.node.json" }
]
}

0 comments on commit b1c3163

Please sign in to comment.