2023-04-02 10:57:50 +03:00
|
|
|
{
|
|
|
|
"extends": "../../tsconfig.json",
|
|
|
|
"include": ["./src"],
|
2023-05-31 15:49:56 +03:00
|
|
|
"compilerOptions": {
|
|
|
|
"composite": true,
|
|
|
|
"noEmit": false,
|
|
|
|
"outDir": "lib"
|
|
|
|
},
|
2023-04-02 10:57:50 +03:00
|
|
|
"references": [
|
|
|
|
{
|
|
|
|
"path": "./tsconfig.node.json"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|