We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a445984 commit 1ea5322Copy full SHA for 1ea5322
tsconfig.json
@@ -14,5 +14,6 @@
14
]
15
},
16
"extends": "@playform/build/tsconfig",
17
- "include": ["Source"]
+ "include": ["Source", ".astro/types.d.ts"],
18
+ "exclude": ["Target"]
19
}
0 commit comments