2021-06-16 20:28:29 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2021-08-18 15:38:22 +00:00
|
|
|
"target": "ES6",
|
|
|
|
"moduleResolution": "node",
|
2021-06-16 20:28:29 +00:00
|
|
|
"esModuleInterop": true,
|
2021-06-20 00:12:59 +00:00
|
|
|
"jsx": "react",
|
2024-06-13 22:27:33 +00:00
|
|
|
"strictNullChecks": true,
|
|
|
|
"skipLibCheck": true
|
2021-06-16 20:28:29 +00:00
|
|
|
}
|
|
|
|
}
|