32 lines
815 B
JSON
32 lines
815 B
JSON
{
|
|
"files": [
|
|
"lib.d.ts",
|
|
"modules.ts",
|
|
"utils.ts",
|
|
"values/symbol.ts",
|
|
"values/errors.ts",
|
|
"values/string.ts",
|
|
"values/number.ts",
|
|
"values/boolean.ts",
|
|
"values/array.ts",
|
|
"map.ts",
|
|
"set.ts",
|
|
"regex.ts",
|
|
"timeout.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,
|
|
}
|
|
}
|