mirror of
https://github.com/pezkuwichain/pezkuwi-dev.git
synced 2026-04-21 23:48:03 +00:00
8d28b36f9c
- Package namespace: @polkadot/dev -> @pezkuwi/dev - Repository: polkadot-js/dev -> pezkuwichain/pezkuwi-dev - Author: Pezkuwi Team <team@pezkuwichain.io> Packages: - @pezkuwi/dev (build tools, linting, CI scripts) - @pezkuwi/dev-test (test runner) - @pezkuwi/dev-ts (TypeScript build) Upstream: polkadot-js/dev v0.83.3
18 lines
317 B
JSON
18 lines
317 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./packages"
|
|
},
|
|
"include": [
|
|
"packages/**/src/**/*",
|
|
"packages/**/config/**/*",
|
|
"packages/**/scripts/**/*",
|
|
"scripts/*",
|
|
".prettierrc.cjs",
|
|
"eslint.config.js"
|
|
],
|
|
"exclude": [
|
|
"**/node_modules/**/*"
|
|
]
|
|
}
|