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 1edf095 commit 7754043Copy full SHA for 7754043
src/createDts.ts
@@ -20,7 +20,7 @@ export const createDtsSnapshot = (
20
const data = toml.parse(text)
21
22
dts = `
23
-declare const data = ${JSON.stringify(data)} as const
+declare const data = ${JSON.stringify(data)}
24
export default data
25
`
26
} catch (e) {
0 commit comments