Skip to content

Commit

Permalink
feat: build using typescript only
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Jan 24, 2019
1 parent d1e1adb commit 4b08b5b
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 1,222 deletions.
8 changes: 4 additions & 4 deletions lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import * as fs from 'fs';
import * as Handlebars from 'handlebars';
import fs from 'fs';
import Handlebars from 'handlebars';
import { defaultsDeep } from 'lodash';
import * as path from 'path';
import * as readPkgUp from 'read-pkg-up';
import path from 'path';
import readPkgUp from 'read-pkg-up';

export interface SwaggerOptions {
dom_id: string;
Expand Down
Loading

0 comments on commit 4b08b5b

Please sign in to comment.