13 lines
254 B
JSON
13 lines
254 B
JSON
{
|
|
"include": ["src/**/*"],
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"module": "ESNext",
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"jsx": "react-jsx"
|
|
}
|
|
}
|