Files
open-gsio/tsconfig.json
geoffsee 33679583af init
2025-05-22 23:14:01 -04:00

16 lines
348 B
JSON

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