Compare commits

..

2 Commits

Author SHA1 Message Date
Sqiy 6a7d906c68 更改tsconfig.app.json 2026-05-11 09:30:36 +08:00
Sqiy b5fc4513fc 更换测试 2026-05-11 09:26:47 +08:00
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -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
View File
@@ -1,10 +1,9 @@
{
"extends": "@vue/tsconfig/tsconfig.dom.json",
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": [
"src/*"
"./src/*"
]
},
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
+1 -1
View File
@@ -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: '@',