diff --git a/jsconfig.json b/jsconfig.json index fd99e2ea..c88cadc4 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { "baseUrl": "./src/", - } + }, + "include": ["src/**/*"] } \ No newline at end of file