UNPKG

@kikiutils/tsconfigs

Version:

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

8 lines 176 B
{ "$schema": "https://json.schemastore.org/tsconfig.json", "extends": "../tsconfig.base.json", "compilerOptions": { "module": "CommonJS", "target": "ES2015" } }