dimensionlab-ui/tsconfig.base.json
2026-06-20 12:20:33 +02:00

18 lines
445 B
JSON

{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"ignoreDeprecations": "6.0",
"jsx": "react-jsx",
"module": "ESNext",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "ES2022",
"types": ["node", "bun-types", "react", "react-dom"]
}
}