Skip to content

Commit 861ebfd

Browse files
fix build script (npm-dist properly separated from dist now)
1 parent 4559fda commit 861ebfd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
1313
// "sourceMap": true, /* Generates corresponding '.map' file. */
1414
// "outFile": "./", /* Concatenate and emit output to single file. */
15-
"outDir": "./dist", /* Redirect output structure to the directory. */
15+
"outDir": "./npm-dist", /* Redirect output structure to the directory. */
1616
// "rootDir": "", /* 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 */
@@ -61,7 +61,8 @@
6161
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
6262

6363
/* Advanced Options */
64-
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
64+
"forceConsistentCasingInFileNames": true, /* Disallow inconsistently-cased references to the same file. */
65+
"skipLibCheck": true /* Skip type checking of declaration files in node_modules. */
6566
},
6667
"include": [
6768
"./src/**/*",

0 commit comments

Comments
 (0)