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
|
@ -6,7 +6,7 @@ import { banner } from './banner.mjs'
|
|||
import mustache from 'mustache'
|
||||
import { execSync } from 'child_process'
|
||||
// Software
|
||||
import designs from '../config/software/designs.json'
|
||||
import designs from '../config/software/designs.json' assert { type: 'json' }
|
||||
|
||||
const type = process.argv[2]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue