feat(frontend): bootstrap React + Vite + Tailwind + Router + Layout
This commit is contained in:
9
packages/frontend/tsconfig.json
Normal file
9
packages/frontend/tsconfig.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"jsx": "react-jsx",
|
||||
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
||||
"moduleResolution": "Bundler"
|
||||
},
|
||||
"include": ["src/**/*", "index.html"]
|
||||
}
|
||||
Reference in New Issue
Block a user