From 131c314cb4cbaffcdba6980b33b4eb529b7ed6f4 Mon Sep 17 00:00:00 2001 From: samuelneff Date: Sun, 18 Feb 2018 20:03:50 +0000 Subject: [PATCH] Resolve index.d.ts missing from tsconfig --- types/muicss/tsconfig.json | 1 + types/muicss/tslint.json | 1 + 2 files changed, 2 insertions(+) diff --git a/types/muicss/tsconfig.json b/types/muicss/tsconfig.json index 52a96cebf7..a7b54e6b6a 100644 --- a/types/muicss/tsconfig.json +++ b/types/muicss/tsconfig.json @@ -1,5 +1,6 @@ { "files": [ + "index.d.ts", "react.d.ts", "muicss-tests.tsx", "lib/react/appbar.d.ts", diff --git a/types/muicss/tslint.json b/types/muicss/tslint.json index 495d29983d..946997cb87 100644 --- a/types/muicss/tslint.json +++ b/types/muicss/tslint.json @@ -1,5 +1,6 @@ { "extends": "dtslint/dt.json", "rules": { + "no-useless-files": false } }