og/tsconfig.json
2023-02-14 20:26:11 +01:00

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
}
}