uspto-patents-view-api
Version:
An api wrapper for the patent view api run by the uspto
27 lines (26 loc) • 730 B
JSON
{
"compilerOptions": {
"incremental": true,
"target": "ES2018",
"module": "commonjs",
"declaration": true,
"strict": true,
"noImplicitAny": false,
"strictNullChecks": true,
"noImplicitThis": true,
"alwaysStrict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": false,
"inlineSourceMap": true,
"inlineSources": true,
"experimentalDecorators": true,
"strictPropertyInitialization": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"declarationDir": "./types",
"moduleResolution": "Node"
},
"exclude": ["src/**/*.spec.ts"]
}