feat: scaffold vite react app and configure web package
This commit is contained in:
parent
a0f008be74
commit
1765923cb6
26 changed files with 1994 additions and 27 deletions
14
apps/web/tsconfig.node.json
Normal file
14
apps/web/tsconfig.node.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"allowImportingTsExtensions": true,
|
||||
"lib": ["ES2023"],
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"noEmit": true,
|
||||
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
|
||||
"target": "ES2023",
|
||||
"types": ["node"],
|
||||
},
|
||||
"include": ["vite.config.ts"],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue