11 lines
197 B
JSON
11 lines
197 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"lib": ["ES2020", "DOM", "DOM.Iterable"],
|
|
"jsx": "react-jsx",
|
|
"module": "ESNext",
|
|
"strict": true,
|
|
"esModuleInterop": true
|
|
}
|
|
}
|