This repository has been archived on 2023-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
|
{
|
|
"compilerOptions": {
|
|
"target": "ES2019",
|
|
"module": "CommonJS",
|
|
"lib": [
|
|
"ES2019"
|
|
],
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"strict": true,
|
|
"experimentalDecorators": true,
|
|
"resolveJsonModule": true,
|
|
"noImplicitOverride": true,
|
|
}
|
|
} |