mirror of
https://github.com/randyjc/Rahoot.git
synced 2026-03-13 20:15:35 +01:00
Initial clean state
This commit is contained in:
15
tsconfig.json
Normal file
15
tsconfig.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user