7 lines
122 B
JSON
7 lines
122 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["src/frontend/widget"],
|
|
"exclude": [
|
|
"src/backend"
|
|
]
|
|
} |