12 lines
184 B
JSON
12 lines
184 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
|
"types": []
|
|
},
|
|
"include": [
|
|
"./src/**/*",
|
|
"./index.ts"
|
|
]
|
|
}
|