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",
"jstat": "^1.9.5",
"pdfast": "^0.2.0",
"mathjs": "^10.5.0"
"mathjs": "10.5.0"
},
"devDependencies": {
"bisect_ppx": "^2.7.1",

View File

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