Apply the accepted pre-release package, service, type, directory, and role renames as one repository-wide change.
31 lines
577 B
JSON
31 lines
577 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "lib/types",
|
|
"tsBuildInfoFile": "lib/tsconfig.host.tsbuildinfo"
|
|
},
|
|
"files": [
|
|
"src/index.ts",
|
|
"src/invariant.ts",
|
|
"src/types.ts"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../../../vendor/cosmokit"
|
|
},
|
|
{
|
|
"path": "../../../vendor/cordis"
|
|
},
|
|
{
|
|
"path": "../../runtime-diagnostics/invariants"
|
|
},
|
|
{
|
|
"path": "../../client/connection/tsconfig.host.json"
|
|
},
|
|
{
|
|
"path": "../../typert/protocol"
|
|
}
|
|
]
|
|
}
|