2023-02-13 10:49:50 +00:00
|
|
|
{
|
|
|
|
"extends": "../../../../tsconfig.base.json",
|
|
|
|
"compilerOptions": {
|
2023-08-28 11:01:52 +00:00
|
|
|
"module": "NodeNext",
|
|
|
|
"moduleResolution": "NodeNext",
|
2023-02-13 10:49:50 +00:00
|
|
|
"outDir": "../build"
|
|
|
|
},
|
|
|
|
"references": [{"path": "../../tsconfig.json"}]
|
|
|
|
}
|