Files
DefinitelyTyped/types/ipp-printer/tsconfig.json
Matt 0e227559d1 🤖 Merge PR #63307 Add types for ipp-printer by @mattsmithcode
* Add types for ipp-printer

* Reshape ipp-printer types
2022-11-21 14:42:59 -08: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",
"ipp-printer-tests.ts"
]
}