- 移除重复的版本号字段并保持配置文件一致性 - 移除 `@types/bun` 开发依赖项 - 移除 tsconfig 包中多余的 devDependencies 项和无效的 catalog: 依赖配置
12 lines
221 B
JSON
12 lines
221 B
JSON
{
|
|
"name": "@furtherverse/tsconfig",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
"./base.json": "./base.json",
|
|
"./bun.json": "./bun.json",
|
|
"./react.json": "./react.json"
|
|
}
|
|
}
|