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