8 lines
134 B
JSON
8 lines
134 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["ESNext", "DOM", "DOM.Iterable"]
|
|
},
|
|
"include": ["app"]
|
|
}
|