Migrate from TSLint to ESLint
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { ErrorMapper } from "utils/ErrorMapper";
|
||||
import { ErrorMapper } from "./utils/ErrorMapper";
|
||||
|
||||
// When compiling TS to JS and bundling with rollup, the line numbers and file names in error messages change
|
||||
// This utility uses source maps to get the line numbers and file names of the original, TS source code
|
||||
|
||||
Reference in New Issue
Block a user