Apply the accepted pre-release package, service, type, directory, and role renames as one repository-wide change.
12 lines
335 B
JSON
12 lines
335 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": { "rootDir": "src", "outDir": "lib/types" },
|
|
"include": ["src"],
|
|
"references": [
|
|
{ "path": "../../../vendor/cosmokit" },
|
|
{ "path": "../../../vendor/cordis" },
|
|
{ "path": "../../util/brand" },
|
|
{ "path": "../../runtime-diagnostics/invariants" }
|
|
]
|
|
}
|