16 lines
346 B
JSON
16 lines
346 B
JSON
{
|
|
"include": ["packages/**/*"],
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"module": "esnext",
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"jsx": "react-jsx",
|
|
"downlevelIteration": true
|
|
}
|
|
}
|