Fixing exports

This commit is contained in:
Martin Karkowski 2021-09-12 09:51:24 +02:00
parent 9c31645521
commit 40372ffc13
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,7 @@ import * as objects from "./objectMethods";
import * as runtime from "./runtimeMethods";
import * as sets from "./setMethods";
import * as singletons from "./singletonMethod";
import * as strings from "./singletonMethod";
import * as strings from "./stringMethods";
export {
async,
@ -30,3 +30,4 @@ export {
strings,
runtime
};

View File

@ -14,7 +14,7 @@
"noImplicitReturns": true,
"outDir": "./dist",
"pretty": false,
"removeComments": true,
"removeComments": false,
"rootDir": "./",
"stripInternal": true,
"downlevelIteration": true,