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

chore(ci): configured github action for testing and building the project

This commit is contained in:
Yury Shkoda
2021-07-09 11:12:15 +03:00
parent 355580c2ae
commit b3c4425215
6 changed files with 38 additions and 26 deletions

View File

@@ -3,7 +3,7 @@
"target": "es5",
"module": "commonjs",
"rootDir": "./",
"outDir": "./dist",
"outDir": "./build",
"esModuleInterop": true,
"strict": true
}