From 4ad4ebbd080fa78ddbb80d9c213f526790c2f388 Mon Sep 17 00:00:00 2001 From: Arthur Groupp Date: Sat, 19 Jan 2019 21:28:32 +0200 Subject: [PATCH] updated tsconfig on material__drawer --- types/material__drawer/tsconfig.json | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/types/material__drawer/tsconfig.json b/types/material__drawer/tsconfig.json index 3e2a955de5..2f43565e69 100644 --- a/types/material__drawer/tsconfig.json +++ b/types/material__drawer/tsconfig.json @@ -1,16 +1,11 @@ { "files": [ - "persistent/constants.d.ts", - "persistent/index.d.ts", - "persistent/foundation.d.ts", - "slidable/constants.d.ts", - "slidable/adapter.d.ts", - "slidable/index.d.ts", - "slidable/foundation.d.ts", - "temporary/constants.d.ts", - "temporary/index.d.ts", - "temporary/foundation.d.ts", + "dismissible/foundation.d.ts", + "modal/foundation.d.ts", "util.d.ts", + "adapter.d.ts", + "constants.d.ts", + "focus-trap.d.ts", "index.d.ts" ], "compilerOptions": { @@ -32,4 +27,4 @@ "noEmit": true, "forceConsistentCasingInFileNames": true } -} \ No newline at end of file +}