@mi-gpt/config

1.1.0 • Public • Published

@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,
});

Readme

Keywords

Package Sidebar

Install

npm i @mi-gpt/config

Weekly Downloads

10

Version

1.1.0

License

MIT

Unpacked Size

5.05 kB

Total Files

9

Last publish

Collaborators

  • del.wang