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