14 lines
294 B
JSON
14 lines
294 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/tsconfig",
|
|
"extends": "../../../tsconfig.base.json",
|
|
"include": ["fixtures"],
|
|
"compilerOptions": {
|
|
"rootDir": "fixtures",
|
|
"noEmit": true
|
|
},
|
|
"references": [
|
|
{ "path": "../../effect" },
|
|
{ "path": "../../platform-node" }
|
|
]
|
|
}
|