13 lines
163 B
JSON
13 lines
163 B
JSON
|
{
|
||
|
"extends": "../../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "src",
|
||
|
"outDir": "out"
|
||
|
},
|
||
|
"references": [
|
||
|
{
|
||
|
"path": "../fs.macchiato"
|
||
|
}
|
||
|
]
|
||
|
}
|