10 lines
217 B
JSON
10 lines
217 B
JSON
{
|
|
"include": ["src/**/*"],
|
|
"compilerOptions": {
|
|
"target": "es2021",
|
|
"strict": true ,
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"jsx": "react-jsx"
|
|
}
|
|
} |