mirror of
https://github.com/josdejong/mathjs.git
synced 2025-12-08 19:46:04 +00:00
19 lines
381 B
JSON
19 lines
381 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"mathjs": ["./index.d.ts"]
|
|
},
|
|
"typeRoots": [],
|
|
"types": [],
|
|
"lib": ["ES6", "DOM"],
|
|
"module": "commonjs",
|
|
"noEmit": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": false,
|
|
"strictFunctionTypes": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
}
|