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