diff options
| author | 2026-01-16 01:35:23 +0000 | |
|---|---|---|
| committer | 2026-01-16 01:35:23 +0000 | |
| commit | 963b4b8567ac1bd8b23c41e1bfbd6a99d202d1ed (patch) | |
| tree | 6df911b964d0d32facf55844c55e61ba3878ae3f /ui/tsconfig.json | |
| parent | e21e288275806df7785d869667c90062e1890bf0 (diff) | |
| download | DropOut-963b4b8567ac1bd8b23c41e1bfbd6a99d202d1ed.tar.gz DropOut-963b4b8567ac1bd8b23c41e1bfbd6a99d202d1ed.zip | |
style: auto format and lint fix [skip ci]
Diffstat (limited to 'ui/tsconfig.json')
| -rw-r--r-- | ui/tsconfig.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ui/tsconfig.json b/ui/tsconfig.json index 1ffef60..d32ff68 100644 --- a/ui/tsconfig.json +++ b/ui/tsconfig.json @@ -1,7 +1,4 @@ { "files": [], - "references": [ - { "path": "./tsconfig.app.json" }, - { "path": "./tsconfig.node.json" } - ] + "references": [{ "path": "./tsconfig.app.json" }, { "path": "./tsconfig.node.json" }] } |