bitsat_predictor/frontend/tsconfig.node.json
Arkadeep a44ba5552c
merge: major overhaul from javascript to typescript & separating frontend and backend logic with dynamic plotting and tabulations (#2)
* changed from jsx to tsx

* connected frontend and backend
got interactive plotly graph working

* Added Table of Predictions component (rough)

* Added proper plotting function for GraphPlot component
Improved dropdown menu design with the DynamicDropdownForm component
Added interactive page numbers to the table

* added backend and frontend safety measures
made the prediction csvs load once into an array

* error handling in case of empty 'dfs' list

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* error handling in case csv file is not found

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* making page buttons sub-component scalable

not necessary at all but whatever

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2026-02-12 00:47:51 +05:30

14 lines
300 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2023"],
"module": "ESNext",
"skipLibCheck": true,
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true,
"noEmit": true,
"types": ["node"]
},
"include": ["vite.config.ts"]
}