githrun

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

root / vscode-githrun / tsconfig.json

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-09-05 01:53:16 UTC • git-mirror commit: c170d72 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror