Skip to content

Commit 53619a3

Browse files
committed
check vite config with basic tsconfig
1 parent f160989 commit 53619a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/nuxt/.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
{
88
files: ['vite.config.ts'],
99
parserOptions: {
10-
project: ['tsconfig.test.json'],
10+
project: ['tsconfig.json'],
1111
},
1212
},
1313
],

packages/nuxt/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "../../tsconfig.json",
33

4-
"include": ["src/**/*", "build.config.ts"],
4+
"include": ["src/**/*", "build.config.ts", "vite.config.ts"],
55

66
"compilerOptions": {
77
// package-specific options

0 commit comments

Comments
 (0)