12 lines
205 B
JSON
12 lines
205 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ESNext",
|
||
|
"strict": true,
|
||
|
"module": "ESNext",
|
||
|
"jsx": "react-jsx",
|
||
|
"moduleResolution": "node",
|
||
|
"allowSyntheticDefaultImports": true
|
||
|
},
|
||
|
"include": ["./src"]
|
||
|
}
|