meta

what's the meta about say it ditto dot net?

User Tools

Site Tools


cheatsheet:jsts

javascript/typescript

katproto get users TS to JS

cd /var/www/stash/katproto_demo # from katmac3
npx tsc

requires tsconfig.json file in same directory with these contents:

{
  "compilerOptions": {
    "target": "es2022",
    "module": "es2022",
    "esModuleInterop": true,
    "lib": ["ES2017", "DOM", "ES2021.String", "es2020"],
    "preserveConstEnums": true,
    "moduleResolution": "node",
    "strict": true,
    "inlineSourceMap": true,
  },
}
cheatsheet/jsts.txt ยท Last modified: by melo

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki