10 lines
180 B
JSON
10 lines
180 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"module": "ESNext",
|
|
"target": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"skipLibCheck": true,
|
|
"noEmit": true
|
|
}
|
|
}
|