mathjs 11.3.0 → 11.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,23 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "baseUrl": ".",
4
- "target": "ES6",
5
- "paths": {
6
- "mathjs": ["./index.d.ts"]
7
- },
8
- "moduleResolution": "node",
9
- "typeRoots": [],
10
- "types": [],
11
- "lib": ["ES6", "DOM"],
12
- "module": "ESNEXT",
13
- "noEmit": true,
14
- "noImplicitAny": true,
15
- "noImplicitThis": true,
16
- "strictNullChecks": false,
17
- "strictFunctionTypes": true,
18
- "forceConsistentCasingInFileNames": true
19
- },
20
- "files": [
21
- "./index.ts"
22
- ],
23
- }