UNPKG

@nevware21/ts-utils

Version:

Comprehensive TypeScript/JavaScript utility library with cross-environment support (Node.js, browser, web worker) providing helper functions, polyfills (ES5-ES2023), type checking utilities, and optimized implementations for better minification and code r

11 lines 281 B
{ "extends": "./tsconfig.base.json", "compilerOptions": { "target": "es5", "declaration": true, "declarationMap": true, "declarationDir": "./build/types", "removeComments": false, "outDir": "./build/es5/mod" } }