File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88* .editorconfig
99* .gitignore
1010* .eslintignore
11+ tsconfig.json
Original file line number Diff line number Diff line change 1313 "sourceMap" : true , /* Generates corresponding '.map' file. */
1414 // "outFile": "./", /* Concatenate and emit output to single file. */
1515 "outDir" : " ./build/" , /* Redirect output structure to the directory. */
16- "rootDir" : " ./" , /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
16+ "rootDir" : " ./src " , /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
1717 // "composite": true, /* Enable project compilation */
1818 // "tsBuildInfoFile": "./", /* Specify file to store incremental compilation information */
1919 // "removeComments": true, /* Do not emit comments to output. */
6161 // "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
6262
6363 "resolveJsonModule" : true
64- }
64+ },
65+ "exclude" : [
66+ " node_modules" ,
67+ " build" ,
68+ " tests"
69+ ]
6570}
You can’t perform that action at this time.
0 commit comments