TSK931: collected thrown errors in errors.ts

This commit is contained in:
Finn Mißfeldt 2019-12-16 18:48:49 +01:00
parent 6e79a320de
commit 20c07f2cfe
1 changed files with 0 additions and 4 deletions

View File

@ -2,7 +2,3 @@
interface NodeModule {
id: string;
}
declare module '*.json' {
const value: any;
export default value;
}