chore: Adjust the include configuration for `tsconfig.json` (#138)
This commit is contained in:
parent
69e41235ad
commit
f07eaca45c
|
|
@ -36,9 +36,9 @@
|
||||||
"src/**/*.vue",
|
"src/**/*.vue",
|
||||||
"tests/**/*.ts",
|
"tests/**/*.ts",
|
||||||
"tests/**/*.tsx",
|
"tests/**/*.tsx",
|
||||||
"src/components.d.ts",
|
"src/types/components.d.ts",
|
||||||
"src/auto-imports.d.ts",
|
"src/types/auto-imports.d.ts",
|
||||||
"src/typed-router.d.ts",
|
"src/types/typed-router.d.ts",
|
||||||
"tests/*.ts"
|
"tests/*.ts"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue