2022-02-21 08:32:36 +00:00
|
|
|
{
|
2022-02-24 16:24:49 +00:00
|
|
|
"include": ["src/**/*"],
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "esnext",
|
|
|
|
"strict": true,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"module": "ESNext",
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
"jsx": "react-jsx"
|
|
|
|
}
|
|
|
|
}
|