TSK931: collected thrown errors in errors.ts
This commit is contained in:
parent
6e79a320de
commit
20c07f2cfe
|
@ -2,7 +2,3 @@
|
||||||
interface NodeModule {
|
interface NodeModule {
|
||||||
id: string;
|
id: string;
|
||||||
}
|
}
|
||||||
declare module '*.json' {
|
|
||||||
const value: any;
|
|
||||||
export default value;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue