7 lines
108 B
JSON
7 lines
108 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["ESNext", "DOM"],
|
|
"target": "ESNext",
|
|
"jsx": "react-jsx"
|
|
}
|
|
}
|