mirror of
https://github.com/wasp-lang/wasp.git
synced 2025-01-07 18:11:05 +03:00
9 lines
349 B
JSON
Generated
9 lines
349 B
JSON
Generated
// =============================== 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",
|
|
}
|