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