This repository has been archived on 2024-09-09 . You can view files and clone it, but cannot push or open issues or pull requests.
801aed9320
13 lines
168 B
JSON
13 lines
168 B
JSON
{
|
|||
"extends": "../../shared.tsconfig.json",
|
|||
"compilerOptions": {
|
|||
"outDir": "./dist/",
|
|||
"jsx": "react",
|
|||
"lib": [
|
|||
"es2018",
|
|||
"DOM",
|
|||
"DOM.Iterable"
|
|||
]
|
|||
}
|
|||
}
|