17 lines
328 B
JSON
17 lines
328 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"lib": ["ESNext", "DOM"],
|
||
|
"module": "ESNext",
|
||
|
"target": "ES2022",
|
||
|
"isolatedModules": true,
|
||
|
"esModuleInterop": true,
|
||
|
"jsx": "react-jsx",
|
||
|
"moduleResolution": "node",
|
||
|
"strict": true,
|
||
|
"skipLibCheck": true,
|
||
|
"baseUrl": ".",
|
||
|
"noEmit": true,
|
||
|
"forceConsistentCasingInFileNames": true
|
||
|
}
|
||
|
}
|