18 lines
333 B
JSON
18 lines
333 B
JSON
{
|
|
"include": [
|
|
"webapp/**/*",
|
|
"server/**/*",
|
|
"plugbox/**/*"
|
|
],
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"module": "esnext",
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"jsx": "react-jsx"
|
|
}
|
|
}
|