diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-02-28 11:57:49 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-28 11:57:49 -0600 |
commit | dc7b5a34e72b63b039c6bc44543a8938add6b406 (patch) | |
tree | 0c004fd74fc3474ec411cd6fac40c1d03cb0cbd2 /tsconfig.json | |
parent | fcd8c7b037908e28f7d0393960eccbd6a734c143 (diff) | |
download | voidsky-dc7b5a34e72b63b039c6bc44543a8938add6b406.tar.zst |
Add a temporary lexicon refactor guard (#235)
* Add a temporary lexicon refactor guard * Fix test * Fix tsconfig formatting
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 62c9f2ca0..f1e7f443d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,4 +9,4 @@ "view/*": ["./src/view/*"] } } -} \ No newline at end of file +} |