mirror of
https://github.com/pezkuwichain/pezkuwi-api.git
synced 2026-06-21 02:41:03 +00:00
Rebrand: polkadot → pezkuwi, substrate → bizinikiwi, kusama → dicle
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./packages",
|
||||
"composite": false,
|
||||
"noUnusedLocals": true
|
||||
},
|
||||
"include": [
|
||||
"packages/**/src/**/*",
|
||||
"packages/**/scripts/**/*",
|
||||
"scripts/*",
|
||||
".prettierrc.cjs",
|
||||
"eslint.config.js",
|
||||
"rollup.config.js"
|
||||
],
|
||||
"exclude": [
|
||||
"**/node_modules/**/*",
|
||||
// We exclude these since it creates some issues with the
|
||||
// @typescript-eslint/dot-notation rules
|
||||
"packages/api-augment/src/zagros/*.ts",
|
||||
"packages/api-augment/src/pezkuwi/*.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user