un-^ the mathjs version; un skipLibCheck the tsconfig.json

Value: [1e-6 t o1e-4]
This commit is contained in:
Quinn Dougherty 2022-05-06 15:22:56 -04:00
parent 2b7e5b8245
commit 7337af7faf
2 changed files with 2 additions and 3 deletions

View File

@ -38,7 +38,7 @@
"rescript": "^9.1.4", "rescript": "^9.1.4",
"jstat": "^1.9.5", "jstat": "^1.9.5",
"pdfast": "^0.2.0", "pdfast": "^0.2.0",
"mathjs": "^10.5.0" "mathjs": "10.5.0"
}, },
"devDependencies": { "devDependencies": {
"bisect_ppx": "^2.7.1", "bisect_ppx": "^2.7.1",

View File

@ -11,8 +11,7 @@
"outDir": "./dist", "outDir": "./dist",
"declarationDir": "./dist", "declarationDir": "./dist",
"declaration": true, "declaration": true,
"composite": true, "composite": true
"skipLibCheck": true
}, },
"target": "ES6", "target": "ES6",
"include": ["src/**/*"], "include": ["src/**/*"],