diff options
| author | 2024-06-03 11:20:53 +0200 | |
|---|---|---|
| committer | 2024-06-03 11:20:53 +0200 | |
| commit | d79c2f26888b512faaa0526936b8752cfb6c8b28 (patch) | |
| tree | 3e93405e81eb84492e192181f199f34f9ac227cb /web/source/tsconfig.json | |
| parent | [feature] Add from: search operator and account_id query param (#2943) (diff) | |
| download | gotosocial-d79c2f26888b512faaa0526936b8752cfb6c8b28.tar.xz | |
[feature/frontend] Add debug sections to settings panel (#2950)
* [feature/frontend] Add debug sections to settings panel
* max-width
* swagger
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'. */ |
