diff options
Diffstat (limited to 'web/source/tsconfig.json')
| -rw-r--r-- | web/source/tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/source/tsconfig.json b/web/source/tsconfig.json index 7d96a7deb..a7a63ad22 100644 --- a/web/source/tsconfig.json +++ b/web/source/tsconfig.json @@ -44,7 +44,7 @@ // "noResolve": true, /* Disallow 'import's, 'require's or '<reference>'s from expanding the number of files TypeScript should add to a project. */ /* JavaScript Support */ - // "allowJs": true, /* Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files. */ + "allowJs": true, /* Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files. */ // "checkJs": true, /* Enable error reporting in type-checked JavaScript files. */ // "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */ |
