mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-01-12 08:34:40 +08:00
12 lines
209 B
JSON
12 lines
209 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@stacks/stacks-blockchain-api-types": ["../docs"]
|
|
}
|
|
}
|
|
}
|