2022-11-02 20:45:29 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2022-11-03 19:57:46 +00:00
|
|
|
"target": "esnext",
|
|
|
|
"esModuleInterop": true,
|
2022-11-04 05:30:54 +00:00
|
|
|
"moduleResolution": "node",
|
2022-11-03 19:57:46 +00:00
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"strict": true,
|
|
|
|
"skipLibCheck": true
|
2022-11-02 20:45:29 +00:00
|
|
|
}
|
|
|
|
}
|