1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-12 08:40:04 +00:00

fix: added domain check if provided

This commit is contained in:
Saad Jutt
2022-10-04 23:47:41 +05:00
parent efbfd3f392
commit ef9cca575f
10 changed files with 71 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es5",
"target": "ES6",
"module": "commonjs",
"rootDir": "./",
"outDir": "./build",