wasp/examples/streaming/tsconfig.json

9 lines
348 B
JSON
Raw Normal View History

// =============================== 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"
}