mirror of
https://github.com/pezkuwichain/pezkuwi-api.git
synced 2026-04-22 03:17:56 +00:00
Rebrand: polkadot → pezkuwi, substrate → bizinikiwi, kusama → dicle
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./packages",
|
||||
"composite": false,
|
||||
"resolveJsonModule": true,
|
||||
"noUnusedLocals": true
|
||||
},
|
||||
"include": [
|
||||
"packages/**/src/**/*",
|
||||
"packages/**/scripts/**/*",
|
||||
"scripts/*"
|
||||
],
|
||||
"exclude": [
|
||||
"**/node_modules/**/*",
|
||||
// these include the different-chain augmentations, which then overrides
|
||||
// the bizinikiwi base. TS only allow single augmentations, so exclude here
|
||||
"packages/api-augment/src/zagros/*.ts",
|
||||
"packages/api-augment/src/pezkuwi/*.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user