dylang / tsconfig

TS config for projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tsconfig for projects

Right now these are to help with ts-node.

Node 12

{
    "$schema": "https://json.schemastore.org/tsconfig",
    "extends": "@dylang/tsconfig/node12"
}

Node 14

{
    "$schema": "https://json.schemastore.org/tsconfig",
    "extends": "@dylang/tsconfig/node14"
}

About

TS config for projects

License:MIT License