da8d137be4
Migrate to eslint flat config (qr-code.ts override for the mask-penalty sliding-window) and composite tsconfig.
9 lines
208 B
JSON
9 lines
208 B
JSON
{
|
|
"extends": "@robonen/tsconfig/tsconfig.node.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo"
|
|
},
|
|
"include": ["*.config.ts"]
|
|
}
|