9 lines
260 B
JSON
9 lines
260 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022", "lib": ["ES2022", "DOM"], "module": "ESNext",
|
|
"moduleResolution": "bundler", "jsx": "react-jsx", "strict": true,
|
|
"skipLibCheck": true, "noEmit": true, "esModuleInterop": true
|
|
},
|
|
"include": ["src"]
|
|
}
|