chore(encoding): eslint/tsconfig migration

Migrate to eslint flat config (qr-code.ts override for the mask-penalty
sliding-window) and composite tsconfig.
This commit is contained in:
2026-06-07 16:29:27 +07:00
parent a7e668ced8
commit da8d137be4
13 changed files with 103 additions and 41 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"extends": "@robonen/tsconfig/tsconfig.dom.json",
"compilerOptions": {
"composite": true,
"types": [],
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.src.tsbuildinfo"
},
"include": ["src/**/*.ts"]
}