mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2026-03-24 06:47:39 +03:00
read test script value from package.json
This commit is contained in:
@@ -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/**/*"
|
||||
|
||||
Reference in New Issue
Block a user