mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-23 01:07:12 +08:00
refactor!: remove next.js (#3267)
This commit is contained in:
13
apps/core/tsconfig.server.json
Normal file
13
apps/core/tsconfig.server.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Node",
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"outDir": "./lib/server"
|
||||
},
|
||||
"include": ["server.mts"]
|
||||
}
|
||||
Reference in New Issue
Block a user