next.js/.github/actions/validate-docs-links/tsconfig.json
tsconfig.json12 lines219 B
{
  "compilerOptions": {
    "noEmit": true,
    "target": "esnext",
    "moduleResolution": "node",
    "rootDir": "./src",
    "strict": true,
    "noImplicitAny": true,
    "allowSyntheticDefaultImports": true
  }
}
Quest for Codev2.0.0
/
SIGN IN