diff --git a/tsconfig.json b/tsconfig.json index 913e6b5e2b..001fea2a9c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -97,5 +97,7 @@ /* Completeness */ // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */ "skipLibCheck": true /* Skip type checking all .d.ts files. */ - } + }, + "compileOnSave": true, + "include": ["**/*.ts"] }