UNPKG

421 BTypeScriptView Raw
1import { BuildArgs } from '.';
2/**
3 * Builds type definition for your source files. Will only emit definitions.
4 * Also tracks usage of css classnames and provides type errors.
5 */
6export default class TypescriptCompiler {
7 private logger;
8 private buildArgs;
9 constructor(args: BuildArgs);
10 buildTypes: (watch: boolean) => Promise<void>;
11 private findStyleUsage;
12}
13//# sourceMappingURL=typescript.d.ts.map
\No newline at end of file