mirror of
https://github.com/randyjc/Rahoot.git
synced 2026-03-13 20:15:35 +01:00
16 lines
360 B
JSON
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
|
|
}
|
|
}
|