UNPKG

ts-to-html

Version:

TS and SASS compiler for a HTML with live preview

9 lines (8 loc) 221 B
import { Configuration } from 'webpack'; export declare enum Modes { development = "development", production = "production", none = "none" } declare const config: Configuration; export default config;