mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
8 lines
124 B
JSON
8 lines
124 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["./**/*.ts"],
|
|
"compilerOptions": {
|
|
"strictNullChecks": true
|
|
}
|
|
}
|