Files
lila/ui/notify/tsconfig.json
2025-03-24 16:35:41 -05:00

6 lines
167 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": { "noEmit": true, "isolatedDeclarations": false },
"references": [{ "path": "../lib/tsconfig.json" }]
}