mathjs/types/tsconfig.json
Meow 2b402f7cc3
Add type declaration of DefinitelyTyped (#2192)
Co-authored-by: Jos de Jong <wjosdejong@gmail.com>
2021-05-09 15:20:27 +02:00

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
}
}