feat(平台): 补齐服务端持久化和AI拆解契约
This commit is contained in:
15
apps/web/tsconfig.test.json
Normal file
15
apps/web/tsconfig.test.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"noEmit": false,
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"target": "ES2022",
|
||||
"outDir": ".tmp-test",
|
||||
"rootDir": ".",
|
||||
"jsx": "react-jsx",
|
||||
"types": ["node"]
|
||||
},
|
||||
"include": ["lib/**/*.ts"],
|
||||
"exclude": ["node_modules", ".next", ".tmp-test"]
|
||||
}
|
||||
Reference in New Issue
Block a user