laplace-api
Version:
Client library for Laplace API for the US stock market and BIST (Istanbul stock market) fundamental financial data.
17 lines • 403 B
JSON
{
"compilerOptions": {
"target": "es6",
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true,
"types": ["jest", "node"],
"moduleResolution": "node",
"typeRoots": ["./node_modules/@types", "./src/types"]
},
"include": ["src/**/*", "src/jest.setup.ts"],
"exclude": ["node_modules", "**/*.spec.ts"],
"paths": {
"@/*": ["src/*"]
}
}