UNPKG

@bob-obringer/tsconfig

Version:

A collection of strict typescript configurations for my projects

11 lines (10 loc) 202 B
{ "extends": "./tsconfig.base.json", "compilerOptions": { "lib": ["es2022"], "incremental": true, "declaration": true, "declarationMap": true, "verbatimModuleSyntax": true } }