14 lines
378 B
JSON
14 lines
378 B
JSON
|
|
{
|
||
|
|
"extends": "../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"allowJs": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"module": "nodenext",
|
||
|
|
"moduleResolution": "nodenext",
|
||
|
|
"types": ["vitest/globals"]
|
||
|
|
},
|
||
|
|
"include": ["e2e/**/*", "integration/**/*", "regressions/**/*"],
|
||
|
|
"exclude": ["node_modules", "regressions/build/**/*", "vitest.config.ts"]
|
||
|
|
}
|