Revert a tsconfig change will cause the dist file structure not as expected

This commit is contained in:
Hongbo Wu 2023-03-17 16:01:07 +08:00
parent d3f3506c76
commit 7727a29624

View file

@ -7,5 +7,5 @@
"outDir": "dist"
},
"include": ["src", "test"],
"exclude": ["./src/generated"]
"exclude": ["./src/generated", "./test"]
}