j2s/tsconfig.json
2023-08-05 18:37:18 +03:00

17 lines
471 B
JSON

{
"include": [ "lib/**/*.ts" ],
"compilerOptions": {
"outDir": "bin/me/topchetoeu/jscript/js",
"declarationDir": "bin/me/topchetoeu/jscript/dts",
"target": "ES5",
"lib": [],
"module": "CommonJS",
"declaration": true,
"stripInternal": true,
"downlevelIteration": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
}
}