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

Diff of /trunk/tsconfig.json

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

revision 51 by rakin, Mon Jul 29 17:28:23 2024 UTC revision 57 by rakin, Mon Jul 29 17:28:25 2024 UTC
# Line 25  Line 25 
25    
26      /* Modules */      /* Modules */
27      "module": "commonjs",                                /* Specify what module code is generated. */      "module": "commonjs",                                /* Specify what module code is generated. */
28      // "rootDir": "./",                                  /* Specify the root folder within your source files. */      "rootDir": "./src",                                  /* Specify the root folder within your source files. */
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. */
# Line 47  Line 47 
47      // "emitDeclarationOnly": true,                      /* Only output d.ts files and not JavaScript files. */      // "emitDeclarationOnly": true,                      /* Only output d.ts files and not JavaScript files. */
48      // "sourceMap": true,                                /* Create source map files for emitted JavaScript files. */      // "sourceMap": true,                                /* Create source map files for emitted JavaScript files. */
49      // "outFile": "./",                                  /* Specify a file that bundles all outputs into one JavaScript file. If `declaration` is true, also designates a file that bundles all .d.ts output. */      // "outFile": "./",                                  /* Specify a file that bundles all outputs into one JavaScript file. If `declaration` is true, also designates a file that bundles all .d.ts output. */
50      // "outDir": "./",                                   /* Specify an output folder for all emitted files. */      "outDir": "./build",                                   /* Specify an output folder for all emitted files. */
51      // "removeComments": true,                           /* Disable emitting comments. */      // "removeComments": true,                           /* Disable emitting comments. */
52      // "noEmit": true,                                   /* Disable emitting files from a compilation. */      // "noEmit": true,                                   /* Disable emitting files from a compilation. */
53      // "importHelpers": true,                            /* Allow importing helper functions from tslib once per project, instead of including them per-file. */      // "importHelpers": true,                            /* Allow importing helper functions from tslib once per project, instead of including them per-file. */

Legend:
Removed from v.51  
changed lines
  Added in v.57

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26