Revelav3/tsconfig.json

13 lines
275 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "bundler",
"noEmit": true,
"jsx": "react-jsx",
"jsxImportSource": "preact",
"esModuleInterop": true,
"skipLibCheck": true,
"paths": {}
}
}