10 lines
220 B
JSON
10 lines
220 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"target": "ES2020",
|
|
"jsx": "react",
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true
|
|
}
|
|
} |