1.0.0 • Published 6 months ago

@chenzoho/tsconfig v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

ts配置文件

安装

pnpm i @chenzoho/tsconfig -D
pnpm i typescript -D

使用

{
	"extends": "@chenzoho/tsconfig/base.json",
	"compilerOptions": {
		"target": "esnext",
		"module": "esnext",
		"baseUrl": "."
	},
	"include": ["src", "shims", "shims.d.ts"]
}

更新

  • 0.0.1
    • 初始版本
  • 1.0.0
    • 新增
      • 支持 base.json 文件
      • 支持 server.json 文件
    • 修复
      • 更新了发布命令

参考

1.0.0

6 months ago

0.0.1

6 months ago