Skip to content

Commit f6191ab

Browse files
committed
include package.json in typescript compilation output
1 parent 838f8dc commit f6191ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@
6868
/* Advanced Options */
6969
"skipLibCheck": true, /* Skip type checking of declaration files. */
7070
"forceConsistentCasingInFileNames": true, /* Disallow inconsistently-cased references to the same file. */
71-
"resolveJsonModule": false
71+
"resolveJsonModule": true
7272
},
73+
"include": ["**/*.ts" ,"package.json"],
7374
"exclude": ["node_modules", "test", "build" ,"**/*.spec.ts"]
7475
}

0 commit comments

Comments
 (0)