DefinitelyTyped/types/jsum/tsconfig.json
David Uzumeri 17c13903b0 Added jsum package (#36009)
* Added `jsum` package

* Removing namespace declaration
2019-06-10 10:17:46 -07:00

24 lines
485 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"jsum-tests.ts"
]
}