remove tsconfig
Hee Sung Son committed
Nov 18, 2025 at 17:32 UTC
787375d8c362bc7e8ae21052b9a3091a93161515
1 file changed
+1
-7
cmd/relay-server/frontend/tsconfig.json
+1
-7
@@ -18,13 +18,7 @@
18
"strict": true,
19
"noUnusedLocals": true,
20
"noUnusedParameters": true,
21
- "noFallthroughCasesInSwitch": true,
22
-
23
- /* Path aliases */
24
- "baseUrl": ".",
25
- "paths": {
26
- "@/*": ["./src/*"]
27
- }
21
+ "noFallthroughCasesInSwitch": true
22
},
23
"include": ["src"],
24
"references": [{ "path": "./tsconfig.node.json" }]