UNPKG

filo-data-broker-cli

Version:

A CLI tool for Filo Data Broker

18 lines (17 loc) 359 B
{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "node", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "noEmit": true, "strict": false, "baseUrl": ".", "paths": { "@/*": ["./lib/*"] } }, "include": ["bin/**/*", "lib/**/*"], "exclude": ["node_modules"] }