16 lines
273 B
JSON
16 lines
273 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2020",
|
||
|
"module": "commonjs",
|
||
|
"esModuleInterop": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"strict": true,
|
||
|
"skipLibCheck": true,
|
||
|
"lib": [
|
||
|
"es2020",
|
||
|
"dom"
|
||
|
],
|
||
|
"jsx": "react-jsx"
|
||
|
}
|
||
|
}
|