Client for smallwebrtc
This commit is contained in:
11
examples/aws-agentcore/server/client/tsconfig.json
Normal file
11
examples/aws-agentcore/server/client/tsconfig.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "NodeNext", // <— important
|
||||
"types": ["vite/client"],
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user