UNPKG

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