Files
react-test/test/tsconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
378 B
JSON
Raw Normal View History

2025-12-12 14:26:25 +09:00
{
"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"]
}