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

@ -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]