Files
open-gsio/packages/services/tsconfig.json
geoffsee 554096abb2 wip
2025-06-25 14:00:16 -04:00

15 lines
352 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"lib": ["ESNext"],
"types": ["vite/client", "@types/bun"],
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"outDir": "dist",
"allowJs": true,
"jsx": "react-jsx"
},
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["node_modules", "dist"]
}