15 lines
273 B
JSON
15 lines
273 B
JSON
{
|
|
"compilerOptions": {
|
|
"strictNullChecks": true,
|
|
"strictPropertyInitialization": true,
|
|
"esModuleInterop": true,
|
|
"jsx": "react",
|
|
"isolatedModules": true,
|
|
"plugins": [
|
|
{
|
|
"name": "typescript-eslint-language-service"
|
|
}
|
|
]
|
|
}
|
|
}
|