alessandro trinca tornidor
[feat] prepare entire docker build with nvidia GPU on hf space cloning https://huggingface.co/spaces/aletrn/samgis
0914710
| { | |
| "extends": "@tsconfig/node20/tsconfig.json", | |
| "include": [ | |
| "vite.config.*", | |
| "vitest.config.*", | |
| "cypress.config.*", | |
| "nightwatch.conf.*", | |
| "playwright.config.*" | |
| ], | |
| "compilerOptions": { | |
| "composite": true, | |
| "module": "ESNext", | |
| "moduleResolution": "Bundler", | |
| "types": ["node"] | |
| } | |
| } | |