1
0
Fork 0

Add json type assertions for import statements.

This commit is contained in:
Benjamin F 2022-08-27 12:02:07 -07:00
parent 8d192f6680
commit bd83fd6036
37 changed files with 37 additions and 37 deletions

View file

@ -1,4 +1,4 @@
import pkg from '../package.json'
import pkg from '../package.json' assert { type: 'json' }
export default {
name: pkg.name,