This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
|
{
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"target": "es2020",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": [
|
|
"**/*.ts"
|
|
]
|
|
} |