This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
2021-05-23 17:38:54 -04:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
2021-05-23 18:58:59 -04:00
|
|
|
"module": "ES6",
|
2021-05-23 17:38:54 -04:00
|
|
|
"moduleResolution": "node",
|
2021-05-23 18:58:59 -04:00
|
|
|
"target": "es2020"
|
2021-05-23 17:38:54 -04:00
|
|
|
},
|
|
|
|
|
"include": [
|
|
|
|
|
"**/*.ts"
|
|
|
|
|
]
|
|
|
|
|
}
|