11 lines
151 B
JSON
11 lines
151 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"target": "ES2023",
|
||
|
"jsx": "react-jsx",
|
||
|
"lib": [
|
||
|
"es2023",
|
||
|
"dom"
|
||
|
]
|
||
|
}
|
||
|
}
|