mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
23 lines
447 B
JSON
23 lines
447 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"mathjs": ["./index.d.ts"]
|
|
},
|
|
"moduleResolution": "node",
|
|
"typeRoots": [],
|
|
"types": [],
|
|
"lib": ["ES6", "DOM"],
|
|
"module": "ESNEXT",
|
|
"noEmit": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": false,
|
|
"strictFunctionTypes": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"./index.ts"
|
|
],
|
|
}
|