setup-cpp/packages/exec-powershell/tsconfig.json

8 lines
114 B
JSON
Raw Normal View History

2022-08-08 07:59:24 +08:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist"
},
"include": ["./src"]
}