14 lines
222 B
JSON
14 lines
222 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"include": [
|
|
"tests/env.d.ts",
|
|
"tests/**/*.ts",
|
|
"tests/**/*.tsx"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"compilerOptions": {
|
|
"types": ["vitest/globals"]
|
|
}
|
|
} |