DefinitelyTyped/types/power-assert/tsconfig.json
falsandtru 017bb09970 power-assert: update assert function (#40731)
* power-assert: format

* power-assert: update assert function

* power-assert: update definitions
2019-12-07 14:28:02 -08:00

24 lines
494 B
JSON

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