15 lines
298 B
JSON
15 lines
298 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist/esm",
|
|
"rootDir": "./src",
|
|
},
|
|
"include": [
|
|
"./src",
|
|
],
|
|
"references": [
|
|
{ "path": "../tl" },
|
|
{ "path": "../tl-runtime" },
|
|
{ "path": "../test" },
|
|
]
|
|
}
|