Revert "support for Rnw files" GitOrigin-RevId: 1116814958cabed4c741bd0d3cce7670a6ca5ed4
6 lines
175 B
TypeScript
6 lines
175 B
TypeScript
window.i18n = { currentLangCode: 'en' }
|
|
window.ExposedSettings = {
|
|
appName: 'Overleaf',
|
|
validRootDocExtensions: ['tex', 'Rtex', 'ltx'],
|
|
} as typeof window.ExposedSettings
|