1
0
mirror of synced 2026-05-22 14:43:19 +00:00

Changes TypeScript module to node16

This commit is contained in:
Borewit
2022-08-03 13:08:29 +02:00
parent 896cad319c
commit e3de354e45
4 changed files with 713 additions and 729 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import { IGetToken } from 'strtok3/lib/core.js';
import { IGetToken } from 'strtok3/core';
import * as Token from 'token-types';
import { stripNulls } from '../common/Util';
import { stripNulls } from '../common/Util.js';
export interface IBroadcastAudioExtensionChunk {
description: string;
+1 -1
View File
@@ -4,7 +4,7 @@ import { assert, expect, use } from 'chai';
import * as mm from '../lib/index.js';
import { samplePath } from './util.js';
import * as chaiAsPromised from 'chai-as-promised';
import chaiAsPromised from 'chai-as-promised';
use(chaiAsPromised);
+2 -2
View File
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"inlineSources": false,
"module": "ES2020",
"moduleResolution": "node",
"module": "node16",
"moduleResolution": "node16",
"target": "ES2019",
"esModuleInterop": true,
"baseUrl": ".",
+708 -724
View File
File diff suppressed because it is too large Load Diff