17 lines
425 B
JSON
17 lines
425 B
JSON
{
|
|
"extends": "../../../../tsconfig.node.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{ "path": "../../../../tests/kit" },
|
|
{ "path": "../../../../tools/utils" },
|
|
{ "path": "../../native" },
|
|
{ "path": "../../../common/nbstore" },
|
|
{ "path": "../../../common/infra" }
|
|
]
|
|
}
|