Rebrand: polkadot → pezkuwi, substrate → bizinikiwi, kusama → dicle

This commit is contained in:
2026-01-07 02:29:40 +03:00
commit d5f038faea
1383 changed files with 1088018 additions and 0 deletions
+21
View File
@@ -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"
]
}