UNPKG

create-vitnode-app

Version:

Create a new VitNode app in seconds.

16 lines (15 loc) 304 B
{ "$schema": "https://json.schemastore.org/nest-cli", "collection": "@nestjs/schematics", "sourceRoot": "src", "compilerOptions": { "deleteOutDir": true, "builder": { "type": "swc", "options": { "extensions": [".ts", ".tsx"] } }, "typeCheck": true } }