mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 02:00:10 +02:00
Revert "Revert "support for Rnw files"" GitOrigin-RevId: 2bdaf154592f0b3c4bd3762d266b89a159a0b091
6 lines
182 B
TypeScript
6 lines
182 B
TypeScript
window.i18n = { currentLangCode: 'en' }
|
|
window.ExposedSettings = {
|
|
appName: 'Overleaf',
|
|
validRootDocExtensions: ['tex', 'Rtex', 'ltx', 'Rnw'],
|
|
} as typeof window.ExposedSettings
|