chore: move build dir to build, not dist

This commit is contained in:
Tom Keller
2022-10-15 18:16:08 -07:00
parent 921a07e77f
commit a821f1a13e
4 changed files with 7 additions and 6 deletions
+2 -3
View File
@@ -9,7 +9,7 @@
"lib": [
"es2019"
],
"module": "Node16",
"module": "CommonJS",
"noEmitOnError": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
@@ -24,8 +24,7 @@
"stripInternal": true,
"target": "ES2022",
"forceConsistentCasingInFileNames": true,
"outDir": "dist",
"moduleResolution": "Node16"
"outDir": "build"
},
"include": [
".projenrc.js",