githrun

A CLI tool to run Python scrip...
Log | Files | Refs | README | LICENSE

tsconfig.json (259B)


      1 {
      2   "compilerOptions": {
      3     "module": "commonjs",
      4     "target": "es2020",
      5     "outDir": "out",
      6     "lib": [
      7       "es2020"
      8     ],
      9     "sourceMap": true,
     10     "rootDir": "src",
     11     "strict": true
     12   },
     13   "exclude": [
     14     "node_modules",
     15     ".vscode-test"
     16   ]
     17 }
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror