Skip to content

Commit 8004bb0

Browse files
committed
fix tsconfig.json exclude
1 parent d0452ac commit 8004bb0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,9 @@
4545
}
4646
},
4747
"include": [ "src/**/*", "*.ts" ],
48-
"exclude": [ "src/internal/**/*" ]
48+
"exclude": [
49+
"src/internal/**/*",
50+
"vite.config.ts",
51+
"eslint.config.ts"
52+
]
4953
}

0 commit comments

Comments
 (0)