diff --git a/jsconfig.json b/jsconfig.json index 9ec57fd5..1a75945a 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -1,5 +1,9 @@ { "typeAcquisition": { "include": ["jquery"] - } + }, + "exclude": [ + "games/*", + "imgs/*" + ] }