feat: selfhost auth frontend (#15)
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
This commit is contained in:
9
packages/hoppscotch-selfhost-web/tsconfig.node.json
Normal file
9
packages/hoppscotch-selfhost-web/tsconfig.node.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Node",
|
||||
"allowSyntheticDefaultImports": true
|
||||
},
|
||||
"include": ["vite.config.ts", "meta.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user