Add json type assertions for import statements.
This commit is contained in:
parent
8d192f6680
commit
bd83fd6036
37 changed files with 37 additions and 37 deletions
|
@ -1,5 +1,5 @@
|
|||
import markers from './markers'
|
||||
import pkg from '../package.json'
|
||||
import pkg from '../package.json' assert { type: 'json' }
|
||||
|
||||
const dflts = {
|
||||
text: 'grainline',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue