2022-03-15 13:03:00 +00:00
|
|
|
{
|
2022-03-27 09:31:12 +00:00
|
|
|
"include": ["webapp/**/*", "server/**/*", "plugos/**/*", "plugs/**/*"],
|
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,
|
2022-03-25 11:03:06 +00:00
|
|
|
"jsx": "react-jsx",
|
|
|
|
"downlevelIteration": true
|
2022-03-15 13:03:00 +00:00
|
|
|
}
|
|
|
|
}
|