10 lines
153 B
JSON
10 lines
153 B
JSON
|
{
|
||
|
"extends": "./tsconfig.app.json",
|
||
|
"exclude": [],
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"lib": [],
|
||
|
"types": ["node", "jsdom"]
|
||
|
}
|
||
|
}
|