mirror of
https://github.com/docmost/docmost.git
synced 2025-11-12 12:52:41 +10:00
switch to nx monorepo
This commit is contained in:
12
apps/client/tsconfig.node.json
Normal file
12
apps/client/tsconfig.node.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"skipLibCheck": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"allowSyntheticDefaultImports": true
|
||||
},
|
||||
"include": [
|
||||
"vite.config.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user