matrix-art

An image gallery for Matrix
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.git
Log | Files | Refs | README | LICENSE

tsconfig.node.json (170B)


      1 {
      2   "compilerOptions": {
      3     "composite": true,
      4     "module": "ESNext",
      5     "moduleResolution": "Node"
      6   },
      7   "include": [
      8     "vite.config.ts",
      9     "scripts/**/*"
     10   ],
     11 }