read test script value from package.json

This commit is contained in:
DetachHead
2021-07-03 15:53:59 +10:00
parent eb481215e3
commit 81c2e7b059
2 changed files with 5 additions and 2 deletions

View File

@@ -74,8 +74,10 @@
/* Advanced Options */
"skipLibCheck": true,
/* Skip type checking of declaration files. */
"forceConsistentCasingInFileNames": true
"forceConsistentCasingInFileNames": true,
/* Disallow inconsistently-cased references to the same file. */
"resolveJsonModule": true
},
"include": [
"./src/**/*"