UNPKG

411 BJSONView Raw
1{
2 "compilerOptions": {
3 "baseUrl": ".",
4 "paths": {
5 "mathjs": ["./index.d.ts"]
6 },
7 "moduleResolution": "node",
8 "typeRoots": [],
9 "types": [],
10 "lib": ["ES6", "DOM"],
11 "module": "ESNEXT",
12 "noEmit": true,
13 "noImplicitAny": true,
14 "noImplicitThis": true,
15 "strictNullChecks": false,
16 "strictFunctionTypes": true,
17 "forceConsistentCasingInFileNames": true
18 }
19}