DefinitelyTyped/types/json-buffer/tsconfig.json
Paul Hawxby 5678d9a0ba feat: json-buffer typings (#37134)
* feat: json-buffer typings

* fix: linting
2019-07-26 11:07:33 -07:00

24 lines
492 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",
"json-buffer-tests.ts"
]
}