deno-vite-steam/deno.json
2024-10-03 04:13:52 -05:00

14 lines
333 B
JSON

{
"imports": {
"@oak/oak": "jsr:@oak/oak@^17.0.0",
"@tajpouria/cors": "jsr:@tajpouria/cors@^1.2.1",
"react-router-dom": "npm:react-router-dom@^6.26.2"
},
"compilerOptions": {
"jsx": "react",
"jsxFactory": "React.createElement",
"jsxFragmentFactory": "React.Fragment",
"lib": ["dom", "esnext"]
}
}