Files
hub-monorepo/packages/core/tsconfig.json
PangZhi c4529a7ef2 feat: merge protobufs and utils into core package (#818)
* remove protobufs as a package, merge into utils

* update yarn.lock

* rename utils package to core

* update docker

* add changeset

* tsup config

* change schema path in workflow file

* update protobufs readme link
2023-04-04 19:21:30 -07:00

13 lines
278 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"declaration": true,
"baseUrl": "./src",
"outDir": "build",
"rootDir": "src",
"isolatedModules": true
},
"include": ["src/index.ts"],
"exclude": ["build", "node_modules", "jest.config.ts"]
}