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

@@ -6,7 +6,7 @@ const dateUtils = require('../../services/date_utils.js');
const utils = require('../../services/utils.js');
const TaskContext = require('../../services/task_context.js');
const cls = require('../../services/cls.js');
const log = require('../../services/log.ts');
const log = require('../../services/log');
/**
* Branch represents a relationship between a child note and its parent note. Trilium allows a note to have multiple