mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 04:56:07 +00:00
10 lines
141 B
JSON
10 lines
141 B
JSON
{
|
|
"extends": "./tsconfig.build.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@biscuitland/*": ["packages/*/src"]
|
|
}
|
|
}
|
|
}
|