mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-06 22:13:50 +00:00
ea59a98386
Revert "support for Rnw files" GitOrigin-RevId: 1116814958cabed4c741bd0d3cce7670a6ca5ed4
5 lines
175 B
TypeScript
5 lines
175 B
TypeScript
window.i18n = { currentLangCode: 'en' }
|
|
window.ExposedSettings = {
|
|
appName: 'Overleaf',
|
|
validRootDocExtensions: ['tex', 'Rtex', 'ltx'],
|
|
} as typeof window.ExposedSettings
|