2022-07-05 02:14:48 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2022-07-13 20:48:34 +00:00
|
|
|
"target": "es2016",
|
|
|
|
"jsx": "react-jsx",
|
|
|
|
"module": "commonjs",
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"strict": true,
|
|
|
|
"skipLibCheck": true
|
2022-07-05 02:51:08 +00:00
|
|
|
},
|
|
|
|
"include": ["src/**/*"]
|
2022-07-05 02:14:48 +00:00
|
|
|
}
|