wasp/examples/websockets-realtime-voting/tsconfig.json
2024-02-21 16:12:52 +01:00

9 lines
348 B
JSON

// =============================== IMPORTANT =================================
//
// This file is only used for Wasp IDE support. You can change it to configure
// your IDE checks, but none of these options will affect the TypeScript
// compiler. Proper TS compiler configuration in Wasp is coming soon :)
{
"extends": "wasp/dev/tsconfig.json"
}