next.js/test/e2e/app-dir/next-config-ts/import-alias-paths-only/tsconfig.test.json
tsconfig.test.json9 lines134 B
{
  "compilerOptions": {
    "paths": {
      // path should be relative when baseUrl is not set
      "@/*": ["./src/*"]
    }
  }
}
Quest for Codev2.0.0
/
SIGN IN