DefinitelyTyped/types/bufferhelper/tsconfig.json
Max Boguslavsky a9cf1ec909 added type for bufferhelper (#38954)
* added @type/bufferhelper

* added typescript version

* added space
2019-10-07 17:10:45 -07:00

25 lines
526 B
JSON

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