A TypeScript transpiler plugin for wchd (^0.10.0), version 0.1.3. Enables TypeScript compilation within the wch asset pipeline. No active maintenance noted; pinned to wch^0.10.0. Differentiator: lightweight alternative to full TS setup for wch projects.
npm install wch-typescriptNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initializes wch-typescript plugin with options and runs a build from TypeScript source to JavaScript.
Ensure wch@^0.10.0 is installed.
Check wch documentation for built-in TypeScript support.
Use require() instead of import.
Use .default or call the result directly.
npm install wch-typescript
Ensure correct require: const wchTypescript = require('wch-typescript').default;Use require('wch-typescript').default as the plugin.npm install wch@^0.10.0