Files
react-test/packages-internal/scripts/tsconfig.typecheck.json

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

12 lines
332 B
JSON
Raw Normal View History

2025-12-12 14:26:25 +09:00
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"rootDir": "../..",
"types": ["node", "vitest/globals"],
"noEmit": true
},
"include": ["./**/*.ts"],
"exclude": ["./build", "./node_modules", "vitest.config.ts"],
"references": [{ "path": "../../packages-internal/docs-utils/tsconfig.build.json" }]
}