next.js/evals/tsconfig.json
tsconfig.json12 lines219 B
{
  "compilerOptions": {
    "target": "ES2022",
    "module": "NodeNext",
    "moduleResolution": "NodeNext",
    "strict": true,
    "skipLibCheck": true,
    "noEmit": true
  },
  "include": ["lib", "experiments"]
}
Quest for Codev2.0.0
/
SIGN IN