Skip to content

Commit

Permalink
fix: manually add triple slash directive to message-compiler (#1766)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbieGoede committed Mar 15, 2024
1 parent 80e50d4 commit d1aadbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/message-compiler/src/generator.ts
@@ -1,3 +1,5 @@
// eslint-disable-next-line @typescript-eslint/triple-slash-reference
/// <reference types="source-map-js" />
import { isString, join } from '@intlify/shared'
import { SourceMapGenerator } from 'source-map-js'
import { NodeTypes } from './nodes'
Expand Down

0 comments on commit d1aadbe

Please sign in to comment.