fix: update header pattern to allow 'authors & contributors' suffix

This commit is contained in:
2026-01-08 01:35:27 +03:00
parent 49a6fd372f
commit 60f7beb120
70 changed files with 246 additions and 246 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
"extends": "@tsconfig/strictest/tsconfig.json",
"compilerOptions": {
/**
* Aligns with packages/dev/scripts/polkadot-dev-build-ts & packages/dev-ts/src/loader
* Aligns with packages/dev/scripts/pezkuwi-dev-build-ts & packages/dev-ts/src/loader
* (target here is specifically tied to the minimum supported Node version)
*/
"module": "nodenext",
@@ -14,7 +14,7 @@
"target": "es2022",
/**
* Specific compilation configs for polkadot-js projects as it is used
* Specific compilation configs for pezkuwi-js projects as it is used
* (we only compile *.d.ts via the tsc command-line)
*/
"declaration": true,