chore: split Github Actions workflows

This commit is contained in:
Harttle
2023-06-05 23:23:52 +08:00
parent 495bef2d0c
commit 417432fb8a
21 changed files with 304 additions and 108 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"compilerOptions": {
"target": "es6",
"module":"CommonJS",
"lib": ["es2015", "es2016", "es2017", "dom"],
"sourceMap": true,
"outDir": "dist",
"declaration": true,
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"downlevelIteration": true,
"strict": true,
"suppressImplicitAnyIndexErrors": true
},
"all": true
}