Chromium Code Reviews| Index: web/inc/tsconfig.json |
| diff --git a/web/inc/tsconfig.json b/web/inc/tsconfig.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..3825444748b5a31b1c2fe55c1de64eb05bfefe00 |
| --- /dev/null |
| +++ b/web/inc/tsconfig.json |
| @@ -0,0 +1,7 @@ |
| +{ |
| + "compilerOptions": { |
| + "noImplicitAny": true, |
| + "target": "ES5", |
| + "baseUrl": "." |
| + } |
| +} |