DefinitelyTyped/types/pica/tsconfig.json
Hamit YILMAZ a44ea7e379 Add pica library type definition files (#41210)
* Add pica library type definition files

* Fix pica library type definition files array and maximum line exceeds

* Add pica library tests with parameterless constructor

* Fix pica library pica resize buffer options src optional problem.

- Add pica tests resizeBuffer with src options.
2019-12-27 09:28:45 -06:00

25 lines
504 B
JSON

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