Skip to content

Detect missing tsconfig.json and scaffold the basics. #10

@Raynos

Description

@Raynos

If this command is run in a directory which does not have a tsconfig.json and generate the default one.

{
  "extends": "@tsconfig/node12/tsconfig.json",
  "include": ["src/**/*"],
  "exclude": ["node_modules", "**/*.spec.ts"]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions