Compare commits
2 Commits
15401c07db
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 6a7d906c68 | |||
| b5fc4513fc |
@@ -1,5 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import {type Person, type Persons} from '@/components/types'
|
||||
import {type Persons} from '@/components/types'
|
||||
import Test from '@/components/test.vue'
|
||||
// const person:Person = {
|
||||
// id: 'aaa',
|
||||
|
||||
+1
-2
@@ -1,10 +1,9 @@
|
||||
{
|
||||
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"@/*": [
|
||||
"src/*"
|
||||
"./src/*"
|
||||
]
|
||||
},
|
||||
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ export default defineConfig({
|
||||
open: true,
|
||||
},
|
||||
resolve: {
|
||||
extensions: ['.mjs', '.js', '.ts', '.jsx', '.tsx', '.json', '.less', '.css'],
|
||||
extensions: ['.mjs', '.js', '.ts', '.jsx', '.tsx', '.json'],
|
||||
alias: [
|
||||
{
|
||||
find: '@',
|
||||
|
||||
Reference in New Issue
Block a user