15 lines
238 B
JSON
15 lines
238 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"lib": [
|
|
"DOM",
|
|
"es2021"
|
|
],
|
|
"types": [
|
|
"chrome",
|
|
"node",
|
|
],
|
|
},
|
|
}
|