setup-cpp/packages/ci-log/tsconfig.json

10 lines
176 B
JSON
Raw Normal View History

2022-08-08 16:22:28 +08:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"noEmit": false,
"allowImportingTsExtensions": false
2022-08-08 16:22:28 +08:00
},
"include": ["./src"]
}