diff --git a/tsconfig.json b/tsconfig.json index f2e055a2a9..ed1b0afc3a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,9 +1,8 @@ { - "include": [], + "include": ["src/**/*.{js,ts}"], + "exclude": ["sites/**/*"], "compilerOptions": { - "rootDir": "src", - // target node v8+ (https://node.green/) // the only missing feature is Array.prototype.values "lib": ["es2017"],