1.1.0 • Published 12 months ago

@mi-gpt/config v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

@mi-gpt/config

MiGPT 公共配置

package.json

{
  "type": "module",
  "devDependencies": {
    "@mi-gpt/config": "workspace:*",
    "@biomejs/biome": "^1.9.4",
    "tsup": "^8.4.0",
    "typescript": "^5.8.2"
  }
}

tsconfig.json

{
  "extends": "@mi-gpt/config/typescript",
  "include": ["**/*.ts", "**/*.tsx"],
  "exclude": ["node_modules"]
}

biome.json

{
  "extends": ["@mi-gpt/config/biome"]
}

tsup.config.ts

import { baseConfig } from "@mi-gpt/config/tsup";
import { defineConfig } from "tsup";

export default defineConfig({
  ...baseConfig,
});
1.1.0

12 months ago

1.0.0

12 months ago