UNPKG

@kikiutils/tsconfigs

Version:

Preconfigured TypeScript config files for stricter type checking and multi-environment support.

9 lines 206 B
{ "$schema": "https://json.schemastore.org/tsconfig.json", "extends": "../tsconfig.base.json", "compilerOptions": { "module": "UMD", "target": "ES2019", "verbatimModuleSyntax": false } }