UNPKG

@alpacahq/alpaca-trade-api

Version:

Javascript library for the Alpaca Trade API

22 lines (21 loc) 502 B
{ "compilerOptions": { "target": "es6", "module": "commonjs", "declaration": true, "outDir": "./dist", "allowJs": true, "checkJs": false, "allowSyntheticDefaultImports": true, "esModuleInterop": true, "strict": true, "noImplicitAny": true, "strictNullChecks": true, "alwaysStrict": true, "skipLibCheck": true, "types": ["node"], "lib": ["ES2022.Object"], }, "include": ["./lib/**/*.ts", "./lib/**/*.js"], "exclude": ["./dist/**/*"] }