mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -05:00
14 lines
337 B
JSON
14 lines
337 B
JSON
{
|
|
"extends": ["@tsconfig/recommended/tsconfig", "@tsconfig/vite-react"],
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "preact",
|
|
"types": ["vite/client"],
|
|
"paths": {
|
|
"react": ["./node_modules/preact/compat/"],
|
|
"react-dom": ["./node_modules/preact/compat/"]
|
|
}
|
|
},
|
|
"include": ["src"]
|
|
}
|