Add CI/CD with github action

This commit is contained in:
chamomind 2023-11-30 01:06:11 +07:00
parent 68f0ae5137
commit 6348ea0ba6
5 changed files with 151 additions and 4 deletions

View file

@ -2,9 +2,7 @@
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"rootDir": "src",
"outDir": "dist",
"strict": true,
"esModuleInterop": true,