next.js/packages/next-codemod/tsconfig.json
tsconfig.json17 lines413 B
{
  "compilerOptions": {
    "module": "commonjs",
    "sourceMap": true,
    "esModuleInterop": true,
    "noImplicitAny": false,
    "target": "ES2022",
    "preserveWatchOutput": true,
    "strictFunctionTypes": false,
    "strictNullChecks": false,
    "types": ["node"],
    "useUnknownInCatchVariables": false
  },
  "include": ["**/*.ts"],
  "exclude": ["node_modules", "transforms/__testfixtures__/**"]
}
Quest for Codev2.0.0
/
SIGN IN