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