18 lines
365 B
JSON
18 lines
365 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {},
|
|
"include": [
|
|
".",
|
|
"../assets/js/icons",
|
|
"../assets/js/settings",
|
|
"../assets/js/types",
|
|
"../assets/js/base/components",
|
|
"../assets/js/base/hooks",
|
|
"../settings/shared/index.ts",
|
|
"../settings/blocks/index.ts",
|
|
"../type-defs",
|
|
"../assets/js/data"
|
|
],
|
|
"exclude": [ "**/test/**" ]
|
|
}
|