# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/4w2pjpa
tsconfig 備忘清單**
前言--使用 ts 已多年,但是貌似對於 tsconfig 總是記憶不清,每次都是 cv 歷史項目,所以寫了這篇備忘錄,希望能幫助到大家。本文總結整理自 Matt Pocock 的一篇文章 3,加以個人理解,並做了一些修改。配置清單----{  "compilerOptions": {    / 基礎選項: /    "esModuleInterop": true,    "skipLibChec ⌘ Read more