/** * Full list of config options here: * https://codemirror.net/doc/manual.html#config */ const codeMirrorOptions = { theme: 'material-palenight', tabSize: 2, lineNumbers: true, } as const; export default codeMirrorOptions;