10 lines
152 B
JSON
10 lines
152 B
JSON
{
|
|
"compilerOptions": {
|
|
"strictNullChecks": true,
|
|
"strictPropertyInitialization": true,
|
|
"esModuleInterop": true,
|
|
"jsx": "react"
|
|
}
|
|
}
|
|
|