diff options
| author | seth <[email protected]> | 2024-03-04 13:38:24 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-03-04 13:38:24 -0500 |
| commit | db4196937317d16f908b63a7cb5fba5be57c37db (patch) | |
| tree | 5a3472296e9e710b27c62f8ca3c0e29bfdec3deb /tsconfig.json | |
| parent | 63272088d3bed7da78e4a072805c80cc483ebd3d (diff) | |
footer: fix links for some gifs
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tsconfig.json b/tsconfig.json index 78c72d4..45c6246 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,8 +8,8 @@ "@layouts/*": ["src/layouts/*"], "@pages/*": ["src/pages/*"], "@root/*": ["*"], - "@styles/*": ["src/styles/*"], + "@styles/*": ["src/styles/*"] }, - "allowJs": false, - }, + "allowJs": false + } } |
