13 lines
215 B
JSON
13 lines
215 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"composite": false
|
|
},
|
|
"include": ["src/**/*"],
|
|
"references": [
|
|
{ "path": "../chain" }
|
|
]
|
|
}
|