@pnp/cli-microsoft365
Version:
Manage Microsoft 365 and SharePoint Framework projects on any platform
10 lines • 327 B
JavaScript
import { FileAddRemoveRule } from "./FileAddRemoveRule.js";
export class FN015011_FILE_tsconfig_json extends FileAddRemoveRule {
constructor(options) {
super({ filePath: './tsconfig.json', ...options });
}
get id() {
return 'FN015011';
}
}
//# sourceMappingURL=FN015011_FILE_tsconfig_json.js.map