diff --git a/tsconfig.json b/tsconfig.json index ecf8da7..88a246c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -37,12 +37,12 @@ "pretty": true, "newLine": "lf", "stripInternal": true, - "noUnusedLocals": true, + "noUnusedLocals": true }, "include": [ - "src/**/*", "src/manifest/index.js" + "src/**/*" ], "exclude": [ "node_modules" ] -} \ No newline at end of file +}