feat: add global functions

This commit is contained in:
2023-10-04 08:49:20 +03:00
parent 6c7fe6deaf
commit 604b752be6
5 changed files with 48 additions and 43 deletions

View File

@@ -1,19 +0,0 @@
{
"files": [
"lib.d.ts",
"core.ts"
],
"compilerOptions": {
"outFile": "../bin/me/topchetoeu/jscript/js/core.js",
// "declarationDir": "",
// "declarationDir": "bin/me/topchetoeu/jscript/dts",
"target": "ES5",
"lib": [],
"module": "None",
"stripInternal": true,
"downlevelIteration": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
}
}