UNPKG

@bassist/tsconfig

Version:

Some TSConfig files for working with TypeScript projects by @chengpeiquan .

10 lines 167 B
{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "./base.json", "display": "Node", "compilerOptions": { "types": [ "node" ] } }