3 lines
127 B
TypeScript
3 lines
127 B
TypeScript
import fs from 'fs';
|
|
|
|
export const config = Object.freeze(JSON.parse(fs.readFileSync(__dirname + '/../config.json', 'utf-8'))); |