Files
owof-announcements/src/client/tsconfig.json
T
2026-06-20 14:45:28 +02:00

9 lines
140 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "Bundler",
"jsx": "react-jsx"
}
}