DefinitelyTyped/types/base64-arraybuffer/tsconfig.json
Ben Cook 49b8178b77 Add type definitions for base64-arraybuffer (#25239)
* Added declarations for 'base64-arraybuffer'

* fix linting and header
2018-04-24 16:19:00 -07:00

24 lines
499 B
JSON

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