server-ts: Remove need for 'allowImportingTsExtensions'

This commit is contained in:
Elian Doran
2024-02-16 21:17:33 +02:00
parent 78f631373b
commit 96b6d17d77
78 changed files with 80 additions and 81 deletions

View File

@@ -1,7 +1,7 @@
"use strict";
const sql = require('./sql.js');
const log = require('./log.ts');
const log = require('./log');
const BBranch = require('../becca/entities/bbranch.js');
const entityChangesService = require('./entity_changes.js');
const becca = require('../becca/becca.js');