mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-03 03:01:52 +02:00
🐛 Fix vitest cjs warning
This commit is contained in:
parent
47619bc450
commit
4a59e44454
2 changed files with 7 additions and 2 deletions
|
@ -8,6 +8,12 @@
|
|||
},
|
||||
"strictNullChecks": true,
|
||||
},
|
||||
"include": ["**/*.ts", "**/*.tsx", "**/*.js", ".next/types/**/*.ts"],
|
||||
"include": [
|
||||
"**/*.ts",
|
||||
"**/*.tsx",
|
||||
"**/*.js",
|
||||
".next/types/**/*.ts",
|
||||
"vitest.config.mts",
|
||||
],
|
||||
"exclude": ["node_modules", ".next/**/*"],
|
||||
}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/// <reference types="vitest" />
|
||||
import path from "path";
|
||||
import { defineConfig } from "vitest/config";
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue