13 lines
296 B
JSON
13 lines
296 B
JSON
{
|
|
"extends": "@coze-arch/ts-config/tsconfig.node.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"emitDeclarationOnly": true,
|
|
"moduleResolution": "NodeNext",
|
|
"allowImportingTsExtensions": true,
|
|
"outDir": "dist",
|
|
"types": ["vitest/globals"]
|
|
},
|
|
"include": ["src"]
|
|
}
|