minimalist-money-management-calculator
Version:
Set of utility functions for CFD money management with bunjs
27 lines (26 loc) • 640 B
JSON
{
"compilerOptions": {
"baseUrl": "./src",
"outDir": "dist",
"paths": {},
"lib": ["ESNext"],
"module": "esnext",
"target": "esnext",
"moduleResolution": "bundler",
"moduleDetection": "force",
"declaration": true,
"sourceMap": true,
"allowImportingTsExtensions": true,
"noEmit": true,
"composite": true,
"strict": true,
"downlevelIteration": true,
"skipLibCheck": true,
"jsx": "react-jsx",
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"allowJs": true,
"types": ["bun-types"]
},
"include": ["index.ts", "src/**/*"]
}