9 lines
110 B
JSON
9 lines
110 B
JSON
{
|
|
"compilerOptions": {
|
|
"strictNullChecks": true,
|
|
"esModuleInterop": true,
|
|
"jsx": "react"
|
|
}
|
|
}
|
|
|