setup-cpp/packages/setup-brew/tsconfig.json

10 lines
176 B
JSON
Raw Normal View History

2024-08-24 06:20:37 +08:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"noEmit": false,
"allowImportingTsExtensions": false
},
"include": ["./src"]
}