UNPKG

@nevware21/ts-async

Version:

support for asynchronous development with a Promise based task Scheduler, several different Promise implementations (synchronous, idle, asynchronous and native runtime wrappers), await helpers, and aliases all built and tested using TypeScript.

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