next.js/test/integration/jsconfig-paths/jsconfig.json
jsconfig.json12 lines254 B
{
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "@c/*": ["components/*"],
      "@lib/*": ["lib/a/*", "lib/b/*"],
      "@mycomponent": ["components/hello.js"]
    }
  },
  "exclude": ["node_modules", "**/*.test.ts", "**/*.test.tsx"]
}
Quest for Codev2.0.0
/
SIGN IN