14 lines
233 B
JSON
14 lines
233 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./dist/esm",
|
||
|
"rootDir": "./src",
|
||
|
},
|
||
|
"include": [
|
||
|
"./src",
|
||
|
],
|
||
|
"references": [
|
||
|
{ "path": "../core" },
|
||
|
],
|
||
|
}
|