12 lines
148 B
JSON
12 lines
148 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "esm"
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../test-utils"
|
|
}
|
|
]
|
|
}
|