SignalMod / frontend /tsconfig.node.json
Mirae Kang
feat: update UI using VITE+React without streamlit, #22
f0b240d
raw
history blame contribute delete
195 Bytes
{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2023"],
"module": "ESNext",
"skipLibCheck": true,
"moduleResolution": "bundler"
},
"include": ["vite.config.ts"]
}