Commit 6b59032f authored by Kim, Hyeonseo's avatar Kim, Hyeonseo
Browse files

fmt: deno fmt

parent f632e714
Loading
Loading
Loading
Loading
+10 −8
Original line number Diff line number Diff line
@@ -32,7 +32,9 @@
    // "paths": {},                                      /* Specify a set of entries that re-map imports to additional lookup locations. */
    // "rootDirs": [],                                   /* Allow multiple folders to be treated as one when resolving modules. */
    // "typeRoots": [],                                  /* Specify multiple folders that act like './node_modules/@types'. */
    "types": ["bun-types"],                                      /* Specify type package names to be included without being referenced in a source file. */
    "types": [
      "bun-types"
    ], /* Specify type package names to be included without being referenced in a source file. */
    // "allowUmdGlobalAccess": true,                     /* Allow accessing UMD globals from modules. */
    // "moduleSuffixes": [],                             /* List of file name suffixes to search when resolving a module. */
    // "resolveJsonModule": true,                        /* Enable importing .json files. */
+53 −53

File changed.

Contains only whitespace changes.