2022-03-15 13:03:00 +00:00
|
|
|
{
|
2022-04-21 12:16:40 +00:00
|
|
|
"include": ["packages/**/*"],
|
2022-03-15 13:03:00 +00:00
|
|
|
"compilerOptions": {
|
|
|
|
"target": "esnext",
|
|
|
|
"strict": true,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"module": "esnext",
|
2022-04-21 12:16:40 +00:00
|
|
|
"skipLibCheck": true,
|
2022-03-15 13:03:00 +00:00
|
|
|
"esModuleInterop": true,
|
2022-03-18 13:59:04 +00:00
|
|
|
"allowSyntheticDefaultImports": true,
|
2022-03-18 16:30:58 +00:00
|
|
|
"resolveJsonModule": true,
|
2022-03-25 11:03:06 +00:00
|
|
|
"jsx": "react-jsx",
|
|
|
|
"downlevelIteration": true
|
2022-03-15 13:03:00 +00:00
|
|
|
}
|
|
|
|
}
|