Files
Rahoot/tsconfig.json
2025-12-09 08:55:01 +01:00

16 lines
360 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"noEmit": true,
"noErrorTruncation": true,
"esModuleInterop": true,
"paths": {
"@rahoot/common/*": ["./packages/common/src/*"],
"@rahoot/socket/*": ["./packages/socket/src/*"],
"@rahoot/web/*": ["./packages/web/src/*"]
},
"strict": true,
"strictNullChecks": true
}
}