2022-03-15 21:03:00 +08:00
|
|
|
{
|
2022-03-19 00:30:58 +08:00
|
|
|
"include": [
|
|
|
|
"webapp/**/*",
|
|
|
|
"server/**/*",
|
|
|
|
"plugbox/**/*"
|
|
|
|
],
|
2022-03-15 21:03:00 +08:00
|
|
|
"compilerOptions": {
|
|
|
|
"target": "esnext",
|
|
|
|
"strict": true,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"module": "esnext",
|
|
|
|
"esModuleInterop": true,
|
2022-03-18 21:59:04 +08:00
|
|
|
"allowSyntheticDefaultImports": true,
|
2022-03-19 00:30:58 +08:00
|
|
|
"resolveJsonModule": true,
|
|
|
|
"jsx": "react-jsx"
|
2022-03-15 21:03:00 +08:00
|
|
|
}
|
|
|
|
}
|