2019-10-02 20:12:55 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2021-06-21 22:05:08 +00:00
|
|
|
"module": "esnext",
|
|
|
|
"target": "ESNext",
|
2019-10-02 20:12:55 +00:00
|
|
|
"strict": true,
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
2021-06-21 22:05:08 +00:00
|
|
|
"preserveConstEnums": true
|
|
|
|
}
|
2019-10-02 20:12:55 +00:00
|
|
|
}
|