- Enforce explicit-any and TypeScript suppression bans in tests - Remove remaining broad any casts from engine and e2e coverage - Split markdown ambient declarations from typed browser globals
5 lines
75 B
TypeScript
5 lines
75 B
TypeScript
declare module '*.md' {
|
|
const content: string
|
|
export default content
|
|
}
|