10 lines
165 B
JSON
10 lines
165 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"moduleResolution": "Bundler",
|
|
"module": "Preserve",
|
|
"target": "ES2022",
|
|
"skipLibCheck": true
|
|
}
|
|
}
|