build(server): adjust tsconfig for server-only build (jsx + skipLibCheck)
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
"declaration": false,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"skipLibCheck": true,
|
||||
"allowImportingTsExtensions": false,
|
||||
"target": "ES2022",
|
||||
"baseUrl": ".",
|
||||
|
Reference in New Issue
Block a user