/[sudobot]/trunk/tsconfig.json
ViewVC logotype

Diff of /trunk/tsconfig.json

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 132 by rakin, Mon Jul 29 17:28:25 2024 UTC revision 133 by rakin, Mon Jul 29 17:28:43 2024 UTC
# Line 29  Line 29 
29      // "moduleResolution": "node",                       /* Specify how TypeScript looks up a file from a given module specifier. */      // "moduleResolution": "node",                       /* Specify how TypeScript looks up a file from a given module specifier. */
30      // "baseUrl": "./",                                  /* Specify the base directory to resolve non-relative module names. */      // "baseUrl": "./",                                  /* Specify the base directory to resolve non-relative module names. */
31      // "paths": {},                                      /* Specify a set of entries that re-map imports to additional lookup locations. */      // "paths": {},                                      /* Specify a set of entries that re-map imports to additional lookup locations. */
32      // "rootDirs": [],                                   /* Allow multiple folders to be treated as one when resolving modules. */      // "rootDirs": ["src/", "tests/"],                                   /* Allow multiple folders to be treated as one when resolving modules. */
33      // "typeRoots": [],                                  /* Specify multiple folders that act like `./node_modules/@types`. */      // "typeRoots": [],                                  /* Specify multiple folders that act like `./node_modules/@types`. */
34      // "types": [],                                      /* Specify type package names to be included without being referenced in a source file. */      // "types": ["node", "jest"],                           /* Specify type package names to be included without being referenced in a source file. */
35      // "allowUmdGlobalAccess": true,                     /* Allow accessing UMD globals from modules. */      // "allowUmdGlobalAccess": true,                     /* Allow accessing UMD globals from modules. */
36      "resolveJsonModule": true,                           /* Enable importing .json files */      "resolveJsonModule": true,                           /* Enable importing .json files */
37      // "noResolve": true,                                /* Disallow `import`s, `require`s or `<reference>`s from expanding the number of files TypeScript should add to a project. */      // "noResolve": true,                                /* Disallow `import`s, `require`s or `<reference>`s from expanding the number of files TypeScript should add to a project. */

Legend:
Removed from v.132  
changed lines
  Added in v.133

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26