Files
nix-flake-lib/template/tsconfig/runtime.json
2026-03-16 17:42:50 +01:00

7 lines
117 B
JSON

{
"extends": "../tsconfig.options.json",
"compilerOptions": {
"lib": ["ESNext", "DOM", "DOM.Iterable"]
}
}