@dylang/tsconfig
v1.0.1
Published
tsconfig for projects
Downloads
5
Readme
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"
}