diff --git a/tsconfig.json b/tsconfig.json index 4316054..a601514 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,5 +7,6 @@ "lib": ["DOM", "ESNext"], "noEmit": true, "alwaysStrict": true - } + }, + "include": ["*.ts", "*.tsx"] }