Files
open-gsio/packages/server/tsconfig.json
2025-06-18 14:33:07 -04:00

16 lines
355 B
JSON

{
"compilerOptions": {
"target": "esnext",
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"types": ["vite/client"],
"module": "esnext",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"allowJs": true,
"moduleResolution": "bundler",
"skipLibCheck": true,
"jsx": "react-jsx"
}
}