ziex/bench/solidjs/jsconfig.json
2026-02-13 01:41:13 +06:00

11 lines
150 B
JSON

{
"compilerOptions": {
"jsx": "preserve",
"jsxImportSource": "solid-js",
"paths": {
"~/*": [
"./src/*"
]
}
}
}