2022-10-12 14:21:49 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
2022-12-28 18:46:51 +00:00
|
|
|
"jsx": "react-jsx",
|
|
|
|
"module": "commonjs",
|
|
|
|
"skipLibCheck": true,
|
2022-10-12 14:21:49 +00:00
|
|
|
"strict": true,
|
2022-12-28 18:46:51 +00:00
|
|
|
"target": "es2016",
|
2022-10-12 14:21:49 +00:00
|
|
|
},
|
|
|
|
"include": ["src/**/*"]
|
|
|
|
}
|