We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee3c0b commit 65c08e2Copy full SHA for 65c08e2
2 files changed
packages/utils/scaffold.ts
@@ -4,7 +4,7 @@ import pEachSeries = require("p-each-series");
4
import * as path from "path";
5
import { findProjectRoot } from "./path-utils";
6
7
-import { Error } from "../init/types";
+import { Error } from "./types";
8
import { Config, TransformConfig } from "./modify-config-helper";
9
import propTypes from "./prop-types";
10
import astTransform from "./recursive-parser";
packages/utils/types/index.ts
@@ -1,4 +1,4 @@
1
-interface Error {
+export interface Error {
2
stack?: string;
3
message: string;
}
0 commit comments