10 lines
189 B
JSON
10 lines
189 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"include": ["*"],
|
||
|
"references": [
|
||
|
{ "path": "../components" },
|
||
|
{ "path": "../lib" },
|
||
|
{ "path": "../sveltelib" }
|
||
|
]
|
||
|
}
|