Diffdown is a real-time collaborative Markdown editor/previewer built on the AT Protocol diffdown.com
at 864c8fd63cccd160a05f67a7ce42eac86768c97c 12 lines 229 B view raw
1{ 2 "compilerOptions": { 3 "lib": ["es2017"], 4 "noImplicitReturns": true, 5 "noUnusedLocals": true, 6 "strict": true, 7 "target": "es6", 8 "newLine": "lf", 9 "moduleResolution": "node" 10 }, 11 "include": ["*.ts"] 12}