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,4 +1,4 @@
|
|||
import pkg from '../package.json'
|
||||
import pkg from '../package.json' assert { type: 'json' }
|
||||
|
||||
export default {
|
||||
name: pkg.name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue