Files
vercel__next.js/test/lib/tsconfig.json
2025-04-15 10:17:46 +02:00

8 lines
124 B
JSON

{
"extends": "../../tsconfig.json",
"include": ["./**/*.ts"],
"compilerOptions": {
"strictNullChecks": true
}
}