UNPKG

create-fast-turbo

Version:

A CLI tool to quickly scaffold a Turborepo with pre-configured templates

13 lines (12 loc) 272 B
{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "./base.json", "compilerOptions": { "plugins": [{ "name": "next" }], "module": "ESNext", "moduleResolution": "Bundler", "allowJs": true, "jsx": "preserve", "noEmit": true } }