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.
2019-01-25 10:43:13 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2022-03-02 18:35:31 +00:00
|
|
|
"target": "es2019",
|
|
|
|
"module": "commonjs",
|
|
|
|
"lib": [
|
|
|
|
"dom"
|
|
|
|
],
|
|
|
|
"removeComments": true,
|
|
|
|
"importHelpers": true,
|
|
|
|
"strict": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"noImplicitOverride": true
|
|
|
|
},
|
|
|
|
"exclude": [
|
|
|
|
"build/**/*",
|
|
|
|
"index.d.ts"
|
|
|
|
]
|
2019-01-25 10:43:13 +00:00
|
|
|
}
|