96f4cba4a8
- Add array/async/etc. modules and type tests; migrate to eslint flat config and composite tsconfig (vitest typecheck enabled). - Fix PubSub.emit to snapshot listeners before iterating (stable EventEmitter semantics; avoids invoking listeners added during the same emit).
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"]
|
|
}
|