9 lines
141 B
JSON
9 lines
141 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["es2022", "dom"],
|
|
"composite": true
|
|
},
|
|
"include": ["src"]
|
|
}
|