mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-04-30 05:45:37 +08:00
chore: move schema and doc related code into the docs sub-package
This commit is contained in:
@@ -12,11 +12,9 @@
|
||||
"resolveJsonModule": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@entities": [".tmp/index.d.ts"],
|
||||
"@schemas/*": [".tmp/*"],
|
||||
"*": ["src/@types/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src/**/*", ".tmp/**/*"],
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["lib", "src/@types/*"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user