18 lines
342 B
JSON
18 lines
342 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"include": [
|
||
|
"*",
|
||
|
"tools/*",
|
||
|
"notes-toolbar"
|
||
|
],
|
||
|
"references": [
|
||
|
{ "path": "../lib" },
|
||
|
{ "path": "../sveltelib" },
|
||
|
{ "path": "../components" },
|
||
|
{ "path": "../tag-editor" }
|
||
|
],
|
||
|
"compilerOptions": {
|
||
|
"types": ["jest"]
|
||
|
}
|
||
|
}
|