build: docker images (#2860)

This commit is contained in:
LongYinan
2023-06-27 17:23:19 +08:00
committed by GitHub
parent 05452bb297
commit dd58b1bbf6
13 changed files with 155 additions and 288 deletions
+2 -1
View File
@@ -12,7 +12,8 @@
"types": ["node"],
"outDir": "dist",
"noEmit": false,
"verbatimModuleSyntax": false
"verbatimModuleSyntax": false,
"rootDir": "./src"
},
"include": ["src", "package.json"],
"exclude": ["dist", "node_modules"],