deno.json 243 B

123456789101112131415
  1. {
  2. "fmt": {
  3. "options": {
  4. "useTabs": true,
  5. "lineWidth": 80,
  6. "indentWidth": 4,
  7. "singleQuote": false,
  8. "proseWrap": "preserve"
  9. }
  10. },
  11. "importMap": "import_map.json",
  12. "compilerOptions": {
  13. "noUncheckedIndexedAccess": true
  14. }
  15. }