13 lines
193 B
JSON
13 lines
193 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist"
|
|
},
|
|
"references": [
|
|
{ "path": "../tl" }
|
|
],
|
|
"include": [
|
|
"./src"
|
|
]
|
|
}
|