diff options
author | delucis | 2024-01-09 18:06:06 +0000 |
---|---|---|
committer | fredkbot | 2024-01-09 18:06:06 +0000 |
commit | bbf9998fc1ddbf6e17f5f41af1e251402c81322a (patch) | |
tree | 06774e868d4bbdeb29919c29a7f362150eddb01a | |
parent | f3a524c248c386f6357a94f04c47e6bae3df8c54 (diff) | |
download | IT.starlight-bbf9998fc1ddbf6e17f5f41af1e251402c81322a.tar.gz IT.starlight-bbf9998fc1ddbf6e17f5f41af1e251402c81322a.tar.bz2 IT.starlight-bbf9998fc1ddbf6e17f5f41af1e251402c81322a.zip |
[ci] format
-rw-r--r-- | docs/tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tsconfig.json b/docs/tsconfig.json index d3aa3780..04c1c278 100644 --- a/docs/tsconfig.json +++ b/docs/tsconfig.json @@ -4,6 +4,6 @@ "baseUrl": ".", "paths": { "~/*": ["src/*"] - }, + } } } |