Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Oct 20, 2020
1 parent 3fc54f3 commit 2a83c67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import Module from 'module'
import * as path from 'path'
import * as fs from 'fs'
import { Diagnostic, DiagnosticCategory, textSpanContainsPosition } from 'typescript'
import { getInput, setFailed } from '@actions/core'
import { reporter } from './reporter'
import type { CompilerOptions, ParsedCommandLine } from "typescript"
import type { CompilerOptions, Diagnostic, ParsedCommandLine } from "typescript"

type TS = typeof import('typescript')

Expand Down
29 changes: 0 additions & 29 deletions webpack.config.js

This file was deleted.

0 comments on commit 2a83c67

Please sign in to comment.